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

Function envNode

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

Source from the content-addressed store, hash-verified

174}
175
176func envNode(_ int) string {
177 return "$env"
178}
179
180func floatNode(_ int) string {
181 return "1.0"

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…