MCPcopy
hub / github.com/google/go-jsonnet / objectContext

Function objectContext

internal/parser/context.go:363–366  ·  view source on GitHub ↗
(objName string)

Source from the content-addressed store, hash-verified

361}
362
363func objectContext(objName string) *string {
364 r := "object <" + objName + ">"
365 return &r
366}
367
368// addContext adds context to a node and its whole subtree.
369//

Callers 1

addContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…