MCPcopy 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
132func isFloat(t string) bool {
133 return strings.HasPrefix(t, "float")
134}
135
136func isDuration(t string) bool {
137 return t == "time.Duration"

Callers 1

casesFunction · 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…