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

Function args

value.go:415–417  ·  view source on GitHub ↗
(xs ...*cachedThunk)

Source from the content-addressed store, hash-verified

413}
414
415func args(xs ...*cachedThunk) callArguments {
416 return callArguments{positional: xs}
417}
418
419// Objects
420// -------------------------------------

Callers 7

builtinFlatMapFunction · 0.85
builtinFoldlFunction · 0.85
builtinFoldrFunction · 0.85
builtinFilterFunction · 0.85
builtinSortFunction · 0.85
builtinMinArrayFunction · 0.85
builtinMaxArrayFunction · 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…