MCPcopy Index your code
hub / github.com/TomWright/dasel / ExecutorPath

Function ExecutorPath

execution/context.go:35–41  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

33}
34
35func ExecutorPath(ctx context.Context) string {
36 v, ok := ctx.Value(executorPathCtxKey).(string)
37 if !ok {
38 return ""
39 }
40 return v
41}
42
43func ExecutorDepth(ctx context.Context) int {
44 v, ok := ctx.Value(executorDepthCtxKey).(int)

Callers 1

WithExecutorIDFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected