MCPcopy
hub / github.com/netdata/netdata / runtimeStoreView

Struct runtimeStoreView

src/go/pkg/metrix/runtime_store.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type runtimeStoreView struct {
10 core *storeCore
11 backend *runtimeStoreBackend
12}
13
14type runtimeStoreBackend struct {
15 core *storeCore

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected