SetFile manually set the edge as loaded state.
(v []*File)
| 297 | |
| 298 | // SetFile manually set the edge as loaded state. |
| 299 | func (e *Entity) SetFile(v []*File) { |
| 300 | e.Edges.File = v |
| 301 | e.Edges.loadedTypes[0] = true |
| 302 | } |
| 303 | |
| 304 | // SetUser manually set the edge as loaded state. |
| 305 | func (e *Entity) SetUser(v *User) { |
nothing calls this directly
no outgoing calls
no test coverage detected