SetFiles manually set the edge as loaded state.
(v []*File)
| 397 | |
| 398 | // SetFiles manually set the edge as loaded state. |
| 399 | func (e *User) SetFiles(v []*File) { |
| 400 | e.Edges.Files = v |
| 401 | e.Edges.loadedTypes[1] = true |
| 402 | } |
| 403 | |
| 404 | // SetDavAccounts manually set the edge as loaded state. |
| 405 | func (e *User) SetDavAccounts(v []*DavAccount) { |
nothing calls this directly
no outgoing calls
no test coverage detected