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

Function functionContext

internal/parser/context.go:358–361  ·  view source on GitHub ↗
(funcName string)

Source from the content-addressed store, hash-verified

356}
357
358func functionContext(funcName string) *string {
359 r := "function <" + funcName + ">"
360 return &r
361}
362
363func objectContext(objName string) *string {
364 r := "object <" + objName + ">"

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…