Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ joinBuilder
Struct
joinBuilder
generics.go:297–299 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
295
}
296
297
type
joinBuilder
struct
{
298
db *DB
299
}
300
301
func
(q *joinBuilder) Where(query
interface
{}, args ...
interface
{}) JoinBuilder {
302
q.db.Where(query, args...)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected