MCPcopy Index your code
hub / github.com/netdata/netdata / sanitizeWireID

Function sanitizeWireID

src/go/plugin/framework/chartemit/netdata.go:24–26  ·  view source on GitHub ↗
(value string)

Source from the content-addressed store, hash-verified

22}
23
24func sanitizeWireID(value string) string {
25 return sanitizeWireValue(strings.TrimSpace(value))
26}
27
28func emitChart(api *netdataapi.API, env EmitEnv, chartID string, meta chartengine.ChartMeta, obsolete bool) {
29 opts := ""

Callers 6

emitChartFunction · 0.85
emitChartLabelsFunction · 0.85
emitHostSelectionFunction · 0.85
validateTypeIDBudgetFunction · 0.85
emitUpdatePhaseFunction · 0.85
emitDimensionFunction · 0.85

Calls 1

sanitizeWireValueFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…