Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ SoftDeleteQueryClause
Struct
SoftDeleteQueryClause
soft_delete.go:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
type
SoftDeleteQueryClause
struct
{
62
ZeroValue sql.NullString
63
Field *schema.Field
64
}
65
66
func
(sd SoftDeleteQueryClause) Name() string {
67
return
""
Callers
2
ModifyStatement
Method · 0.85
ModifyStatement
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected