MCPcopy Index your code
hub / github.com/coder/coder / ContainerMemory

Method ContainerMemory

agent/proto/resourcesmonitor/fetcher.go:11–11  ·  view source on GitHub ↗
(p clistat.Prefix)

Source from the content-addressed store, hash-verified

9type Statter interface {
10 IsContainerized() (bool, error)
11 ContainerMemory(p clistat.Prefix) (*clistat.Result, error)
12 HostMemory(p clistat.Prefix) (*clistat.Result, error)
13 Disk(p clistat.Prefix, path string) (*clistat.Result, error)
14}

Callers 3

statMethod · 0.65
statMemMethod · 0.65
FetchMemoryMethod · 0.65

Implementers 1

mockStatteragent/proto/resourcesmonitor/fetcher_t

Calls

no outgoing calls

Tested by

no test coverage detected