MCPcopy Create free account
hub / github.com/expr-lang/expr / nilNode

Function nilNode

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

Source from the content-addressed store, hash-verified

170}
171
172func nilNode(_ int) string {
173 return "nil"
174}
175
176func envNode(_ int) string {
177 return "$env"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…