MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / begin

Method begin

src/common/settings.cpp:272–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270
271SettingsSpan::SettingsSpan(const std::vector<SettingsValue>& vec) noexcept : SettingsSpan(vec.data(), vec.size()) {}
272const SettingsValue* SettingsSpan::begin() const { return data + negated(); }
273const SettingsValue* SettingsSpan::end() const { return data + size; }
274bool SettingsSpan::empty() const { return size == 0 || last_negated(); }
275bool SettingsSpan::last_negated() const { return size > 0 && data[size - 1].isFalse(); }

Callers 15

sha3.cppFile · 0.45
KeystreamMethod · 0.45
NotifyBlockMethod · 0.45
NotifyTransactionMethod · 0.45
SendSequenceMsgFunction · 0.45
SelectCoinsBnBFunction · 0.45
CoinGrinderFunction · 0.45
SelectCoinsSRDFunction · 0.45
KnapsackSolverFunction · 0.45
GetNewPrefixCursorMethod · 0.45

Calls

no outgoing calls

Tested by 15

BOOST_FIXTURE_TEST_CASEFunction · 0.36
StringDataFunction · 0.36
CheckPrefixFunction · 0.36
TestPassphraseMethod · 0.36
TestDecryptMethod · 0.36
TestEncryptSingleMethod · 0.36
TestEncryptMethod · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
EquivalentResultFunction · 0.36
EqualResultFunction · 0.36