Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ IsSlice
Method
IsSlice
value/value.go:131–137 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
129
}
130
131
func
(m ValueType) IsSlice() bool {
132
switch
m {
133
case
StringsType, SliceValueType:
134
return
true
135
}
136
return
false
137
}
138
139
func
(m ValueType) IsNumeric() bool {
140
switch
m {
Callers
1
TestValues
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestValues
Function · 0.64