MCPcopy Create free account
hub / github.com/deepflowio/deepflow / refreshLabelCurrent

Function refreshLabelCurrent

server/controller/prometheus/cache/cache_test.go:253–255  ·  view source on GitHub ↗
(l *label, batch []*controller.PrometheusLabel)

Source from the content-addressed store, hash-verified

251}
252
253func refreshLabelCurrent(l *label, batch []*controller.PrometheusLabel) {
254 l.Add(batch)
255}
256
257func refreshLabelValueCurrent(lv *labelValue, batch []*controller.PrometheusLabelValue) {
258 lv.Add(batch)

Callers

nothing calls this directly

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected