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

TypeAlias contextdir

cli/context/store/store.go:529–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

contextdirOfFunction · 0.85
listMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected