Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/CacheLib
/ saveState
Method
saveState
cachelib/allocator/tests/MMTypeTest.h:109–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
explicit CompressedPtrType(int64_t ptr) : ptr_(ptr) {}
108
109
int64_t saveState() const noexcept { return ptr_; }
110
111
int64_t ptr_{};
112
};
Callers
7
testSerialization
Method · 0.45
testIteratorWithSerialization
Method · 0.45
TEST_F
Function · 0.45
testSerializationBasic
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected