MCPcopy
hub / github.com/jmoiron/sqlx / Kind

Method Kind

reflectx/reflect.go:241–241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239
240type kinder interface {
241 Kind() reflect.Kind
242}
243
244// mustBe checks a value against a kind, panicing with a reflect.ValueError

Callers 14

isScannableFunction · 0.80
StructScanMethod · 0.80
scanAnyMethod · 0.80
structOnlyErrorFunction · 0.80
scanAllFunction · 0.80
baseTypeFunction · 0.80
fieldsByTraversalFunction · 0.80
asSliceForInFunction · 0.80
bindArgsFunction · 0.80
bindNamedMapperFunction · 0.80
FieldByIndexesFunction · 0.80
DerefFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected