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