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

Function funcNode

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

Source from the content-addressed store, hash-verified

244}
245
246func funcNode(_ int) string {
247 return random(dict)
248}
249
250func callNode(depth int) string {
251 var args []string

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…