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

Function identifierNode

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

Source from the content-addressed store, hash-verified

197}
198
199func identifierNode(_ int) string {
200 if maybe() {
201 return "foobar"
202 }
203 return random(dict)
204}
205
206func memberNode(depth int) string {
207 dot := "."

Callers

nothing calls this directly

Calls 2

maybeFunction · 0.85
randomFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…