Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
type
runtimeStoreView
struct
{
10
core *storeCore
11
backend *runtimeStoreBackend
12
}
13
14
type
runtimeStoreBackend
struct
{
15
core *storeCore
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected