Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/docker/docker-agent
/ ParentDir
Method
ParentDir
pkg/server/source_loader.go:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
func
(sl *sourceLoader) ParentDir() string {
46
return
sl.inner.ParentDir()
47
}
48
49
func
(sl *sourceLoader) Read(_ context.Context) ([]byte, error) {
50
sl.mu.RLock()
Callers
nothing calls this directly
Calls
1
ParentDir
Method · 0.65
Tested by
no test coverage detected