Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
529
type
contextdir string
530
531
func
contextdirOf(name string) contextdir {
532
return
contextdir(digest.FromString(name).Encoded())
Callers
2
contextdirOf
Function · 0.85
list
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected