We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7f1d8 commit ea96defCopy full SHA for ea96def
pkg/codetree/interface.go
@@ -7,7 +7,7 @@ type (
7
}
8
9
IFuncTree interface {
10
- GetImports(scanMocks, scanTests bool) (Relation, error)
+ GetFuncs(scanMocks, scanTests bool) (Relation, error)
11
GenerateGraph() (string, error)
12
13
)
0 commit comments