Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ UserWithTable
Struct
UserWithTable
tests/table_test.go:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
)
15
16
type
UserWithTable
struct
{
17
gorm.Model
18
Name string
19
}
20
21
func
(UserWithTable) TableName() string {
22
return
"gorm.user"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected