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

Method String

ast/print.go:201–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

199}
200
201func (n *VariableDeclaratorNode) String() string {
202 return fmt.Sprintf("let %s = %s; %s", n.Name, n.Value.String(), n.Expr.String())
203}
204
205func (n *SequenceNode) String() string {
206 nodes := make([]string, len(n.Nodes))

Callers

nothing calls this directly

Calls 2

SprintfMethod · 0.80
StringMethod · 0.65

Tested by

no test coverage detected