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

Function pointerNode

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

Source from the content-addressed store, hash-verified

305}
306
307func pointerNode(_ int) string {
308 return oneOf(list[string]{
309 {"#", 100},
310 {"#." + random(dict), 100},
311 {"." + random(dict), 100},
312 {"#acc", 10},
313 {"#index", 10},
314 })
315}
316
317func arrayNode(depth int) string {
318 var items []string

Callers

nothing calls this directly

Calls 2

oneOfFunction · 0.85
randomFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…