MCPcopy 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
139func (m ValueType) IsNumeric() bool {
140 switch m {
141 case NumberType, IntType:
142 return true
143 }
144 return false
145}
146
147type emptyStruct struct{}
148

Callers 1

TestValuesFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestValuesFunction · 0.64