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