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

Function readyThunk

thunks.go:63–65  ·  view source on GitHub ↗
(content value)

Source from the content-addressed store, hash-verified

61}
62
63func readyThunk(content value) *cachedThunk {
64 return &cachedThunk{content: content}
65}
66
67func (t *cachedThunk) getValue(i *interpreter) (value, error) {
68 if t.content != nil {

Callers 14

builtinFlatMapFunction · 0.85
builtinFoldlFunction · 0.85
builtinFoldrFunction · 0.85
builtinRangeFunction · 0.85
builtinEncodeUTF8Function · 0.85
builtinObjectFieldsExFunction · 0.85
builtinSplitLimitFunction · 0.85
builtinSplitLimitRFunction · 0.85
builtinBase64DecodeBytesFunction · 0.85
flattenArgsFunction · 0.85
jsonToValueFunction · 0.85
prepareExtVarsFunction · 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…