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