MCPcopy
hub / github.com/netdata/netdata / routeScheduleKey

Function routeScheduleKey

src/go/plugin/framework/functions/manager.go:799–804  ·  view source on GitHub ↗
(name, discriminator string)

Source from the content-addressed store, hash-verified

797)
798
799func routeScheduleKey(name, discriminator string) string {
800 if discriminator == "" {
801 return name
802 }
803 return name + "|" + discriminator
804}
805
806func (m *Manager) respUID(uid string, code int, msgf string, a ...any) {
807 if uid == "" {

Callers 1

lookupFunctionRouteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…