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

Method String

ast/print.go:193–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191}
192
193func (n *PredicateNode) String() string {
194 return n.Node.String()
195}
196
197func (n *PointerNode) String() string {
198 return fmt.Sprintf("#%s", n.Name)

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected