MCPcopy Create free account
hub / github.com/docker/cli / contextdirOf

Function contextdirOf

cli/context/store/store.go:531–533  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

529type contextdir string
530
531func contextdirOf(name string) contextdir {
532 return contextdir(digest.FromString(name).Encoded())
533}

Callers 7

GetStorageInfoMethod · 0.85
TestCorruptMetadataFunction · 0.85
contextDirMethod · 0.85
createOrUpdateMethod · 0.85
getMethod · 0.85
removeMethod · 0.85

Calls 1

contextdirTypeAlias · 0.85

Tested by 2

TestCorruptMetadataFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…