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

Method FExpires

src/server.h:985–985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

983 void *m_ptr;
984
985 inline bool FExpires() const { return refcount.load(std::memory_order_relaxed) >> 31; }
986 void SetFExpires(bool fExpires);
987
988 void setrefcount(unsigned ref);

Callers 15

updateExpireFunction · 0.80
dbAddCoreFunction · 0.80
dbOverwriteCoreMethod · 0.80
dbRandomKeyFunction · 0.80
syncDeleteMethod · 0.80
renameGenericCommandFunction · 0.80
moveCommandFunction · 0.80
copyCommandFunction · 0.80
removeExpireMethod · 0.80
removeSubkeyExpireMethod · 0.80
setExpireFunction · 0.80
getExpireMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected