MCPcopy
hub / github.com/koderover/zadig / NodeAnalyzer

Struct NodeAnalyzer

pkg/tool/analysis/node.go:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type NodeAnalyzer struct{}
27
28func (NodeAnalyzer) Analyze(a Analyzer) ([]Result, error) {
29 if a.Namespace != "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected