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

Method IsContainerized

agent/proto/resourcesmonitor/fetcher.go:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
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)

Callers 4

statMethod · 0.65
statCPUMethod · 0.65
statMemMethod · 0.65
NewFetcherFunction · 0.65

Implementers 1

mockStatteragent/proto/resourcesmonitor/fetcher_t

Calls

no outgoing calls

Tested by

no test coverage detected