Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ String
Method
String
ast/print.go:201–203 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
199
}
200
201
func
(n *VariableDeclaratorNode) String() string {
202
return
fmt.Sprintf(
"let %s = %s; %s"
, n.Name, n.Value.String(), n.Expr.String())
203
}
204
205
func
(n *SequenceNode) String() string {
206
nodes := make([]string, len(n.Nodes))
Callers
nothing calls this directly
Calls
2
Sprintf
Method · 0.80
String
Method · 0.65
Tested by
no test coverage detected