MCPcopy Create free account
hub / github.com/ElementsProject/elements / DecodeValue

Function DecodeValue

src/leveldb/util/cache_test.cc:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23static void* EncodeValue(uintptr_t v) { return reinterpret_cast<void*>(v); }
24static int DecodeValue(void* v) { return reinterpret_cast<uintptr_t>(v); }
25
26class CacheTest {
27 public:

Callers 3

DeleterMethod · 0.85
LookupMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected