MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / isByteArrayType

Function isByteArrayType

pkg/util/dbutil/dbmappable.go:138–140  ·  view source on GitHub ↗
(t reflect.Type)

Source from the content-addressed store, hash-verified

136}
137
138func isByteArrayType(t reflect.Type) bool {
139 return t.Kind() == reflect.Slice && t.Elem().Kind() == reflect.Uint8
140}
141
142func isStringMapType(t reflect.Type) bool {
143 return t.Kind() == reflect.Map && t.Key().Kind() == reflect.String

Callers 2

ToDBMapFunction · 0.85
FromDBMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected