MCPcopy
hub / github.com/go-gorm/gorm / Where

Struct Where

clause/where.go:13–15  ·  clause/where.go::Where

Where where clause

Source from the content-addressed store, hash-verified

11
12// Where where clause
13type Where struct {
14 Exprs []Expression
15}
16
17// Name where clause name
18func (where Where) Name() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected