MCPcopy 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
45func (sl *sourceLoader) ParentDir() string {
46 return sl.inner.ParentDir()
47}
48
49func (sl *sourceLoader) Read(_ context.Context) ([]byte, error) {
50 sl.mu.RLock()

Callers

nothing calls this directly

Calls 1

ParentDirMethod · 0.65

Tested by

no test coverage detected