Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ FetchVolume
Method
FetchVolume
agent/proto/resourcesmonitor/fetcher.go:18–18 ·
view source on GitHub ↗
(volume string)
Source
from the content-addressed store, hash-verified
16
type
Fetcher
interface
{
17
FetchMemory() (total int64, used int64, err error)
18
FetchVolume(volume string) (total int64, used int64, err error)
19
}
20
21
type
fetcher
struct
{
Callers
1
Start
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected