Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
23
static void* EncodeValue(uintptr_t v) { return reinterpret_cast<void*>(v); }
24
static int DecodeValue(void* v) { return reinterpret_cast<uintptr_t>(v); }
25
26
class CacheTest {
27
public:
Callers
3
Deleter
Method · 0.85
Lookup
Method · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected