MCPcopy
hub / github.com/netdata/netdata / String

Method String

packaging/tools/agent-events/server.go:42–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40type dedupPaths []string
41
42func (d *dedupPaths) String() string { return fmt.Sprintf("%v", *d) }
43func (d *dedupPaths) Set(value string) error {
44 if value == "" {
45 return fmt.Errorf("dedup-key path cannot be empty")

Callers 6

initMetricsFunction · 0.45
handlerFunction · 0.45
healthHandlerFunction · 0.45
mainFunction · 0.45
captureOutputFunction · 0.45
TestHandlerFunction · 0.45

Calls

no outgoing calls

Tested by 2

captureOutputFunction · 0.36
TestHandlerFunction · 0.36