MCPcopy
hub / github.com/livekit/livekit / AddRef

Function AddRef

pkg/telemetry/prometheus/debug.go:38–40  ·  view source on GitHub ↗
(referrer string, n int)

Source from the content-addressed store, hash-verified

36}
37
38func AddRef(referrer string, n int) {
39 refCounts.WithLabelValues(referrer).Add(float64(n))
40}

Callers

nothing calls this directly

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected