SetFile manually set the edge as loaded state.
(v *File)
| 206 | |
| 207 | // SetFile manually set the edge as loaded state. |
| 208 | func (e *Metadata) SetFile(v *File) { |
| 209 | e.Edges.File = v |
| 210 | e.Edges.loadedTypes[0] = true |
| 211 | } |
| 212 | |
| 213 | // MetadataSlice is a parsable slice of Metadata. |
| 214 | type MetadataSlice []*Metadata |
nothing calls this directly
no outgoing calls
no test coverage detected