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

Method String

ast/print.go:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36func (n *BytesNode) String() string {
37 return fmt.Sprintf("b%q", n.Value)
38}
39
40func (n *ConstantNode) String() string {
41 if n.Value == nil {

Callers

nothing calls this directly

Calls 1

SprintfMethod · 0.80

Tested by

no test coverage detected