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

Method String

ast/print.go:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (n *StringNode) String() string {
33 return fmt.Sprintf("%q", n.Value)
34}
35
36func (n *BytesNode) String() string {
37 return fmt.Sprintf("b%q", n.Value)

Callers

nothing calls this directly

Calls 1

SprintfMethod · 0.80

Tested by

no test coverage detected