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

Function booleanNode

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

Source from the content-addressed store, hash-verified

193}
194
195func booleanNode(_ int) string {
196 return random([]string{"true", "false"})
197}
198
199func identifierNode(_ int) string {
200 if maybe() {

Callers

nothing calls this directly

Calls 1

randomFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…