MCPcopy 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

testSerializationMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected