Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/docker/docker-agent
/ contextWithExternalDepth
Function
contextWithExternalDepth
pkg/teamloader/teamloader.go:990–992 ·
view source on GitHub ↗
(ctx context.Context, depth int)
Source
from the content-addressed store, hash-verified
988
}
989
990
func
contextWithExternalDepth(ctx context.Context, depth int) context.Context {
991
return
context.WithValue(ctx, externalDepthKey, depth)
992
}
Callers
2
loadExternalAgent
Function · 0.85
TestExternalDepthContext
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestExternalDepthContext
Function · 0.68