Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dogecoin/dogecoin
/ setup_bytes
Method
setup_bytes
src/script/sigcache.cpp:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
setValid.insert(entry);
77
}
78
uint32_t setup_bytes(size_t n)
79
{
80
return setValid.setup_bytes(n);
81
}
82
};
83
84
/* In previous versions of this code, signatureCache was a local static variable
Callers
6
InitSignatureCache
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
Calls
no outgoing calls
Tested by
5
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