Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
16
type
Fetcher
interface
{
17
FetchMemory() (total int64, used int64, err error)
18
FetchVolume(volume string) (total int64, used int64, err error)
19
}
20
Callers
2
TestFetchMemory
Function · 0.95
Start
Method · 0.65
Calls
no outgoing calls
Tested by
1
TestFetchMemory
Function · 0.76