MCPcopy 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

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

Callers 1

StartMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected