Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ String
Method
String
ast/print.go:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
func
(n *IdentifierNode) String() string {
17
return
n.Value
18
}
19
20
func
(n *IntegerNode) String() string {
21
return
fmt.Sprintf(
"%d"
, n.Value)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected