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

Method end

src/util/settings.cpp:241–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239SettingsSpan::SettingsSpan(const std::vector<SettingsValue>& vec) noexcept : SettingsSpan(vec.data(), vec.size()) {}
240const SettingsValue* SettingsSpan::begin() const { return data + negated(); }
241const SettingsValue* SettingsSpan::end() const { return data + size; }
242bool SettingsSpan::empty() const { return size == 0 || last_negated(); }
243bool SettingsSpan::last_negated() const { return size > 0 && data[size - 1].isFalse(); }
244size_t SettingsSpan::negated() const

Callers 15

SetLoggingCategoriesFunction · 0.45
sha3.cppFile · 0.45
CheckPackageFunction · 0.45
IsChildWithParentsFunction · 0.45
AreInputsStandardFunction · 0.45
IsWitnessStandardFunction · 0.45
_removeTxMethod · 0.45
roundMethod · 0.45
InitializeMethod · 0.45
SelectCoinsBnBFunction · 0.45

Calls

no outgoing calls

Tested by 15

PollutePubKeyFunction · 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
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_FIXTURE_TEST_CASEFunction · 0.36