Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/expr-lang/expr
/ isFloat
Function
isFloat
vm/runtime/helpers/main.go:132–134 ·
view source on GitHub ↗
(t string)
Source
from the content-addressed store, hash-verified
130
}
131
132
func
isFloat(t string) bool {
133
return
strings.HasPrefix(t,
"float"
)
134
}
135
136
func
isDuration(t string) bool {
137
return
t ==
"time.Duration"
Callers
1
cases
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…