MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / pfatentry

Method pfatentry

src/expire.h:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209
210 inline bool FFat() const noexcept { return s.fFat; }
211 expireEntryFat *pfatentry() {
212 assert(FFat());
213 return reinterpret_cast<expireEntryFat*>(s.m_whenAndPtrUnion);
214 }
215 const expireEntryFat *pfatentry() const {
216 return const_cast<expireEntry*>(this)->pfatentry();
217 }

Callers 6

removeSubkeyExpireMethod · 0.80
subkeyMethod · 0.80
whenMethod · 0.80
expireEntryMethod · 0.80
expireEntryClass · 0.80
activeExpireCycleExpireFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected