| 8257 | static constexpr uint16_t STATIC_SIZE = 8 + 8 + BincodeBytes::STATIC_SIZE; // id + deadlineTime + note |
| 8258 | |
| 8259 | MakeFileTransientEntry() { clear(); } |
| 8260 | explicit MakeFileTransientEntry(InodeId id_, TernTime deadlineTime_, BincodeBytes&& note_) : id(id_), deadlineTime(deadlineTime_), note(std::move(note_)) {} |
| 8261 | MakeFileTransientEntry(const MakeFileTransientEntry&) = default; |
| 8262 | MakeFileTransientEntry& operator=(const MakeFileTransientEntry&) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected