Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rodrigo-brito/gocity
/ Analyzer
Interface
Analyzer
analyzer/analyzer.go:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
)
16
17
type
Analyzer
interface
{
18
FetchPackage() (string, error)
19
Analyze(path string) (
map
[string]*NodeInfo, error)
20
}
21
22
type
analyzer
struct
{
23
PackageName string
Callers
2
Handler
Method · 0.95
Handler
Method · 0.95
Implementers
2
Analyzer
testdata/mocks/Analyzer.go
analyzer
analyzer/analyzer.go
Calls
no outgoing calls
Tested by
no test coverage detected