Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ IsNumeric
Method
IsNumeric
value/value.go:139–145 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
137
}
138
139
func
(m ValueType) IsNumeric() bool {
140
switch
m {
141
case
NumberType, IntType:
142
return
true
143
}
144
return
false
145
}
146
147
type
emptyStruct
struct
{}
148
Callers
1
TestValues
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestValues
Function · 0.64