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

Function missingFields

sqlx.go:1047–1054  ·  sqlx.go::missingFields
(transversals [][]int)

Source from the content-addressed store, hash-verified

1045}
1046
1047func missingFields(transversals [][]int) (field int, err error) {
1048 for i, t := range transversals {
1049 if len(t) == 0 {
1050 return i, errors.New("missing field")
1051 }
1052 }
1053 return 0, nil
1054}

Callers 3

StructScanMethod · 0.85
scanAnyMethod · 0.85
scanAllFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected