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

Function makeValueString

value.go:233–235  ·  view source on GitHub ↗
(v string)

Source from the content-addressed store, hash-verified

231}
232
233func makeValueString(v string) valueString {
234 return &valueFlatString{value: []rune(v)}
235}
236
237type valueBoolean struct {
238 valueBase

Callers 15

indexMethod · 0.85
builtinToStringFunction · 0.85
builtinFlatMapFunction · 0.85
builtinLstripCharsFunction · 0.85
builtinRstripCharsFunction · 0.85
builtinTypeFunction · 0.85
builtinMd5Function · 0.85
builtinSha1Function · 0.85
builtinSha256Function · 0.85
builtinSha512Function · 0.85
builtinSha3Function · 0.85
builtinBase64Function · 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…