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

Method FetchMemory

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

Source from the content-addressed store, hash-verified

15
16type Fetcher interface {
17 FetchMemory() (total int64, used int64, err error)
18 FetchVolume(volume string) (total int64, used int64, err error)
19}
20

Callers 2

TestFetchMemoryFunction · 0.95
StartMethod · 0.65

Calls

no outgoing calls

Tested by 1

TestFetchMemoryFunction · 0.76