Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ setup_bytes
Method
setup_bytes
src/script/sigcache.cpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
setValid.insert(entry);
95
}
96
uint32_t setup_bytes(size_t n)
97
{
98
return setValid.setup_bytes(n);
99
}
100
};
101
102
/* In previous versions of this code, signatureCache was a local static variable
Callers
9
InitSignatureCache
Function · 0.45
InitRangeproofCache
Function · 0.45
InitSurjectionproofCache
Function · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
test_cache
Function · 0.45
test_cache_erase
Function · 0.45
test_cache_erase_parallel
Function · 0.45
test_cache_generations
Function · 0.45
FUZZ_TARGET
Function · 0.45
Calls
no outgoing calls
Tested by
6
BOOST_AUTO_TEST_CASE
Function · 0.36
test_cache
Function · 0.36
test_cache_erase
Function · 0.36
test_cache_erase_parallel
Function · 0.36
test_cache_generations
Function · 0.36
FUZZ_TARGET
Function · 0.36