MCPcopy Create free account
hub / github.com/docker/buildx / String

Method String

driver/driver.go:38–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36)
37
38func (s Status) String() string {
39 switch s {
40 case Inactive:
41 return "inactive"
42 case Starting:
43 return "starting"
44 case Running:
45 return "running"
46 case Stopping:
47 return "stopping"
48 case Stopped:
49 return "stopped"
50 }
51 return "unknown"
52}
53
54type Info struct {
55 Status Status

Callers 15

findPolicyTestsFunction · 0.45
modulesForPackageFunction · 0.45
newPolicyModuleLoaderFunction · 0.45
resolvedHasPackageFunction · 0.45
stripRawQueryFunction · 0.45
addPinToImageFunction · 0.45
dockerMaterialSourceFunction · 0.45
IsPolicyErrorMethod · 0.45
regoBaseOptsMethod · 0.45
sourceToInputFunction · 0.45
collectUnknownsFunction · 0.45

Calls

no outgoing calls