SetUser manually set the edge as loaded state.
(v *User)
| 279 | |
| 280 | // SetUser manually set the edge as loaded state. |
| 281 | func (e *Share) SetUser(v *User) { |
| 282 | e.Edges.User = v |
| 283 | e.Edges.loadedTypes[0] = true |
| 284 | } |
| 285 | |
| 286 | // SetFile manually set the edge as loaded state. |
| 287 | func (e *Share) SetFile(v *File) { |
nothing calls this directly
no outgoing calls
no test coverage detected