Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ Size
Method
Size
src/wallet/spend.cpp:194–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
}
193
194
size_t CoinsResult::Size() const
195
{
196
size_t size{0};
197
for (const auto& it : coins) {
198
size += it.second.size();
199
}
200
return size;
201
}
202
203
std::vector<COutput> CoinsResult::All() const
204
{
Callers
14
AvailableCoins
Function · 0.45
AutomaticCoinSelection
Function · 0.45
spend.cpp
File · 0.45
BOOST_FIXTURE_TEST_CASE
Function · 0.45
BOOST_FIXTURE_TEST_CASE
Function · 0.45
TestInterleavedScenarios
Method · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
FUZZ_TARGET
Function · 0.45
FillAddrman
Function · 0.45
addrman.cpp
File · 0.45
Check
Method · 0.45
FUZZ_TARGET
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
8
BOOST_FIXTURE_TEST_CASE
Function · 0.36
BOOST_FIXTURE_TEST_CASE
Function · 0.36
TestInterleavedScenarios
Method · 0.36
BOOST_AUTO_TEST_CASE
Function · 0.36
FUZZ_TARGET
Function · 0.36
FillAddrman
Function · 0.36
Check
Method · 0.36
FUZZ_TARGET
Function · 0.36