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

Function toString

optimizer/fold.go:313–319  ·  view source on GitHub ↗
(n Node)

Source from the content-addressed store, hash-verified

311}
312
313func toString(n Node) *StringNode {
314 switch a := n.(type) {
315 case *StringNode:
316 return a
317 }
318 return nil
319}
320
321func toInteger(n Node) *IntegerNode {
322 switch a := n.(type) {

Callers 1

VisitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…