MCPcopy 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
131func (m ValueType) IsSlice() bool {
132 switch m {
133 case StringsType, SliceValueType:
134 return true
135 }
136 return false
137}
138
139func (m ValueType) IsNumeric() bool {
140 switch m {

Callers 1

TestValuesFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestValuesFunction · 0.64