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

Method Table

generics.go:252–256  ·  view source on GitHub ↗
(name string, args ...interface{})

Source from the content-addressed store, hash-verified

250}
251
252func (c chainG[T]) Table(name string, args ...interface{}) ChainInterface[T] {
253 return c.with(func(db *DB) *DB {
254 return db.Table(name, args...)
255 })
256}
257
258func (c chainG[T]) Scopes(scopes ...func(db *Statement)) ChainInterface[T] {
259 return c.with(func(db *DB) *DB {

Callers

nothing calls this directly

Calls 2

withMethod · 0.95
TableMethod · 0.65

Tested by

no test coverage detected