MCPcopy Create free account
hub / github.com/ElementsProject/elements / WalletBalanceMine

Function WalletBalanceMine

src/bench/wallet_balance.cpp:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56static void WalletBalanceDirty(benchmark::Bench& bench) { WalletBalance(bench, /* set_dirty */ true, /* add_mine */ true); }
57static void WalletBalanceClean(benchmark::Bench& bench) { WalletBalance(bench, /* set_dirty */ false, /* add_mine */ true); }
58static void WalletBalanceMine(benchmark::Bench& bench) { WalletBalance(bench, /* set_dirty */ false, /* add_mine */ true); }
59static void WalletBalanceWatch(benchmark::Bench& bench) { WalletBalance(bench, /* set_dirty */ false, /* add_mine */ false); }
60
61BENCHMARK(WalletBalanceDirty);

Callers

nothing calls this directly

Calls 1

WalletBalanceFunction · 0.85

Tested by

no test coverage detected