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

Function floatNode

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

Source from the content-addressed store, hash-verified

178}
179
180func floatNode(_ int) string {
181 return "1.0"
182}
183
184func integerNode(_ int) string {
185 return oneOf(list[string]{

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…