MCPcopy Create free account
hub / github.com/XTXMarkets/ternfs / MakeFileTransientEntry

Method MakeFileTransientEntry

cpp/core/MsgsGen.hpp:8259–8259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected