MCPcopy Create free account
hub / github.com/LUX-Core/lux / setup_bytes

Method setup_bytes

src/script/sigcache.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 setValid.insert(entry);
91 }
92 uint32_t setup_bytes(size_t n)
93 {
94 return setValid.setup_bytes(n);
95 }
96};
97
98/* In previous versions of this code, signatureCache was a local static variable

Callers 6

InitSignatureCacheFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
test_cacheFunction · 0.45
test_cache_eraseFunction · 0.45
test_cache_generationsFunction · 0.45

Calls

no outgoing calls

Tested by 5

BOOST_AUTO_TEST_CASEFunction · 0.36
test_cacheFunction · 0.36
test_cache_eraseFunction · 0.36
test_cache_generationsFunction · 0.36