MCPcopy Index your code
hub / github.com/expr-lang/expr / stringNode

Function stringNode

test/gen/gen.go:191–193  ·  view source on GitHub ↗
(_ int)

Source from the content-addressed store, hash-verified

189}
190
191func stringNode(_ int) string {
192 return "foo"
193}
194
195func booleanNode(_ int) string {
196 return random([]string{"true", "false"})

Callers 1

mapNodeFunction · 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…