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

Method Not

generics.go:273–277  ·  view source on GitHub ↗
(query interface{}, args ...interface{})

Source from the content-addressed store, hash-verified

271}
272
273func (c chainG[T]) Not(query interface{}, args ...interface{}) ChainInterface[T] {
274 return c.with(func(db *DB) *DB {
275 return db.Not(query, args...)
276 })
277}
278
279func (c chainG[T]) Or(query interface{}, args ...interface{}) ChainInterface[T] {
280 return c.with(func(db *DB) *DB {

Callers

nothing calls this directly

Calls 2

withMethod · 0.95
NotMethod · 0.65

Tested by

no test coverage detected