Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ String
Method
String
ast/print.go:193–195 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
191
}
192
193
func
(n *PredicateNode) String() string {
194
return
n.Node.String()
195
}
196
197
func
(n *PointerNode) String() string {
198
return
fmt.Sprintf(
"#%s"
, n.Name)
Callers
nothing calls this directly
Calls
1
String
Method · 0.65
Tested by
no test coverage detected