Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ String
Method
String
ast/print.go:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
func
(n *BoolNode) String() string {
29
return
fmt.Sprintf(
"%t"
, n.Value)
30
}
31
32
func
(n *StringNode) String() string {
33
return
fmt.Sprintf(
"%q"
, n.Value)
Callers
nothing calls this directly
Calls
1
Sprintf
Method · 0.80
Tested by
no test coverage detected