MCPcopy
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
17type Analyzer interface {
18 FetchPackage() (string, error)
19 Analyze(path string) (map[string]*NodeInfo, error)
20}
21
22type analyzer struct {
23 PackageName string

Callers 2

HandlerMethod · 0.95
HandlerMethod · 0.95

Implementers 2

Analyzertestdata/mocks/Analyzer.go
analyzeranalyzer/analyzer.go

Calls

no outgoing calls

Tested by

no test coverage detected