MCPcopy
hub / github.com/grafana/dskit / spyCollector

Struct spyCollector

instrument/instrument_test.go:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type spyCollector struct {
34 before bool
35 after bool
36 afterCode string
37}
38
39func (c *spyCollector) Register() {
40}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected