MCPcopy Index your code
hub / github.com/docker/cli / GetStorageInfo

Method GetStorageInfo

cli/context/store/store.go:52–52  ·  view source on GitHub ↗
(contextName string)

Source from the content-addressed store, hash-verified

50// StorageInfoProvider provides more information about storage details of contexts
51type StorageInfoProvider interface {
52 GetStorageInfo(contextName string) StorageInfo
53}
54
55// Writer provides write access to context data

Callers 5

GetStorageInfoMethod · 0.65
TestInspectFunction · 0.65
runInspectFunction · 0.65
checkContextExistsFunction · 0.65

Implementers 2

ContextStoreWithDefaultcli/command/defaultcontextstore.go
ContextStorecli/context/store/store.go

Calls

no outgoing calls

Tested by 2

TestInspectFunction · 0.52