FileCleared reports if the "file" edge to the File entity was cleared.
()
| 1350 | |
| 1351 | // FileCleared reports if the "file" edge to the File entity was cleared. |
| 1352 | func (m *DirectLinkMutation) FileCleared() bool { |
| 1353 | return m.clearedfile |
| 1354 | } |
| 1355 | |
| 1356 | // FileIDs returns the "file" edge IDs in the mutation. |
| 1357 | // Note that IDs always returns len(IDs) <= 1 for unique edges, and you should use |
nothing calls this directly
no outgoing calls
no test coverage detected