MCPcopy
hub / github.com/slimtoolkit/slim / String

Method String

pkg/docker/dockerimage/dockerimage.go:342–348  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

340}
341
342func (ct ChangeType) String() string {
343 if v, ok := changeTypeToStrings[ct]; ok {
344 return v
345 }
346
347 return "U"
348}
349
350func (ct ChangeType) MarshalJSON() ([]byte, error) {
351 v, ok := changeTypeToStrings[ct]

Callers 10

NewPackageFilesFunction · 0.45
ListLayerMetadataMethod · 0.45
ListLayerFilesMethod · 0.45
LoadPackageFunction · 0.45
BuildEmptyImageFunction · 0.45
GetContainerLogsFunction · 0.45
GenerateFromInfoFunction · 0.45
stripRunInstArgsFunction · 0.45
fixJSONArrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected