FileCleared reports if the "file" edge to the File entity was cleared.
()
| 6784 | |
| 6785 | // FileCleared reports if the "file" edge to the File entity was cleared. |
| 6786 | func (m *MetadataMutation) FileCleared() bool { |
| 6787 | return m.clearedfile |
| 6788 | } |
| 6789 | |
| 6790 | // FileIDs returns the "file" edge IDs in the mutation. |
| 6791 | // 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