MCPcopy Create free account
hub / github.com/araddon/qlbridge / IsMap

Method IsMap

value/value.go:123–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121}
122
123func (m ValueType) IsMap() bool {
124 switch m {
125 case MapValueType, MapIntType, MapStringType, MapNumberType, MapTimeType, MapBoolType:
126 return true
127 }
128 return false
129}
130
131func (m ValueType) IsSlice() bool {
132 switch m {

Callers 1

TestValuesFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestValuesFunction · 0.64