MCPcopy Create free account

hub / github.com/CodeHipster/go-code-visualizer / functions

Functions56 in github.com/CodeHipster/go-code-visualizer

↓ 5 callersMethodPackageName
()
formatter/parsed-code.go:9
↓ 3 callersMethodaddVars
(variable []string)
parser/parsed-code.go:55
↓ 3 callersFunctionhtmlEscapeStringArray
(arr []string)
formatter/cv-formatter.go:20
↓ 2 callersMethodPackagePath
PackagePath() expects all paths to be lowercase.
formatter/parsed-code.go:8
↓ 2 callersMethodToGraphString
()
formatter/graph/node-setting.go:10
↓ 2 callersMethodaddTypes
(typ []string)
parser/parsed-code.go:43
↓ 2 callersFunctioncheck
(e error)
parser/ast-scanner.go:16
↓ 2 callersFunctionparseVariableDeclarations
(variableSpecs []ast.Spec, prefix string)
parser/ast-scanner.go:120
↓ 1 callersMethodAddPackageNodeRow
(row PackageNodeRow)
formatter/graph/package-node.go:20
↓ 1 callersMethodBuildGraphString
()
formatter/graph/graph.go:25
↓ 1 callersMethodFileName
()
formatter/parsed-code.go:6
↓ 1 callersMethodFunctions
()
formatter/parsed-code.go:14
↓ 1 callersMethodImports
Imports() expects all paths to be lowercase.
formatter/parsed-code.go:11
↓ 1 callersFunctionParseFile
(path string)
parser/ast-scanner.go:173
↓ 1 callersMethodTypes
()
formatter/parsed-code.go:12
↓ 1 callersMethodVariables
()
formatter/parsed-code.go:13
↓ 1 callersMethodaddFunc
(function string)
parser/parsed-code.go:63
↓ 1 callersMethodaddImports
(imp []string)
parser/parsed-code.go:31
↓ 1 callersFunctioncheck
(e error)
go-code-visualizer.go:13
↓ 1 callersFunctiondistilPackagePath
* If package is located under src, return path relative to it. Keep path complete if not TODO: src can be anything, not exclusive to GOPATH */
parser/ast-scanner.go:42
↓ 1 callersMethodfileNameCell
()
formatter/graph/package-node-row.go:57
↓ 1 callersMethodfunctionsCell
()
formatter/graph/package-node-row.go:61
↓ 1 callersFunctiongetMapOfPackagePaths
(goCode []ParsedCode)
formatter/cv-formatter.go:79
↓ 1 callersFunctiongetPackageNodes
(goCode []ParsedCode)
formatter/cv-formatter.go:27
↓ 1 callersFunctiongetPackageRelations
(goCode []ParsedCode)
formatter/cv-formatter.go:63
↓ 1 callersFunctiongoParseFile
(path string)
parser/ast-scanner.go:31
↓ 1 callersMethodpackageNodesGraphString
()
formatter/graph/graph.go:45
↓ 1 callersMethodpackageRelationsGraphString
()
formatter/graph/graph.go:55
↓ 1 callersFunctionparseFunction
(funcDecl *ast.FuncDecl, fileInBytes []byte)
parser/ast-scanner.go:163
↓ 1 callersFunctionparseImportDeclarations
(importSpecs []ast.Spec)
parser/ast-scanner.go:53
↓ 1 callersFunctionparseTypeDeclarations
(typeSpecs []ast.Spec)
parser/ast-scanner.go:64
↓ 1 callersMethodsettingsGraphString
()
formatter/graph/graph.go:37
↓ 1 callersMethodtoGraphString
()
formatter/graph/package-node.go:24
↓ 1 callersMethodtypesCell
()
formatter/graph/package-node-row.go:65
↓ 1 callersFunctionvalidSyntax
(file []byte)
parser/ast-scanner.go:22
↓ 1 callersMethodvariablesCell
()
formatter/graph/package-node-row.go:69
FunctionCreateGraph
(settings []string, nodeSetting NodeSettings, packageNodes []PackageNode, packageRelations []PackageRelation)
formatter/graph/graph.go:16
FunctionCreatePackageNode
(fileName string, packagePath string, rows []PackageNodeRow)
formatter/graph/package-node.go:13
FunctionCreatePackageNodeRow
(fileName string, functions []string, types []string, variables []string)
formatter/graph/package-node-row.go:9
MethodFileName
()
parser/parsed-code.go:15
MethodFunctions
()
parser/parsed-code.go:71
FunctionGenerateDotGraph
(goCode []ParsedCode)
formatter/cv-formatter.go:8
MethodImports
()
parser/parsed-code.go:35
MethodPackageName
()
parser/parsed-code.go:23
MethodPackagePath
()
parser/parsed-code.go:19
FunctionTestParser
(t *testing.T)
parser/ast-scanner_test.go:11
MethodToGraphString
()
formatter/graph/package-relation.go:10
MethodToString
()
parser/parsed-code.go:75
MethodToString
()
formatter/parsed-code.go:15
MethodTypes
()
parser/parsed-code.go:47
MethodVariables
()
parser/parsed-code.go:59
MethodaddFuncs
(function []string)
parser/parsed-code.go:67
MethodaddImport
(imp string)
parser/parsed-code.go:27
MethodaddType
(typ string)
parser/parsed-code.go:39
MethodaddVar
(variable string)
parser/parsed-code.go:51
Functionmain
()
go-code-visualizer.go:19