MCPcopy
hub / github.com/expr-lang/expr / Dump

Function Dump

ast/dump.go:9–11  ·  view source on GitHub ↗
(node Node)

Source from the content-addressed store, hash-verified

7)
8
9func Dump(node Node) string {
10 return dump(reflect.ValueOf(node), "")
11}
12
13func dump(v reflect.Value, ident string) string {
14 if !v.IsValid() {

Calls 1

dumpFunction · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…