Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
529
type
contextdir string
530
531
func
contextdirOf(name string) contextdir {
532
return
contextdir(digest.FromString(name).Encoded())
533
}
Callers
7
GetStorageInfo
Method · 0.85
TestCorruptMetadata
Function · 0.85
contextDir
Method · 0.85
TestMetadataRespectJsonAnnotation
Function · 0.85
createOrUpdate
Method · 0.85
get
Method · 0.85
remove
Method · 0.85
Calls
1
contextdir
TypeAlias · 0.85
Tested by
2
TestCorruptMetadata
Function · 0.68
TestMetadataRespectJsonAnnotation
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…