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

Method end

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

Source from the content-addressed store, hash-verified

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(); }
276size_t SettingsSpan::negated() const

Callers 15

SetLoggingCategoriesFunction · 0.45
sha3.cppFile · 0.45
KeystreamMethod · 0.45
InitializeMethod · 0.45
SelectCoinsBnBFunction · 0.45
CoinGrinderFunction · 0.45
SelectCoinsSRDFunction · 0.45
KnapsackSolverFunction · 0.45
GetNewPrefixCursorMethod · 0.45
OpenMethod · 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