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

Function integerNode

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

Source from the content-addressed store, hash-verified

182}
183
184func integerNode(_ int) string {
185 return oneOf(list[string]{
186 {"1", 1},
187 {"0", 1},
188 })
189}
190
191func stringNode(_ int) string {
192 return "foo"

Callers

nothing calls this directly

Calls 1

oneOfFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…