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

Method String

ast/print.go:197–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195}
196
197func (n *PointerNode) String() string {
198 return fmt.Sprintf("#%s", n.Name)
199}
200
201func (n *VariableDeclaratorNode) String() string {
202 return fmt.Sprintf("let %s = %s; %s", n.Name, n.Value.String(), n.Expr.String())

Callers

nothing calls this directly

Calls 1

SprintfMethod · 0.80

Tested by

no test coverage detected