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

Method empty

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

Source from the content-addressed store, hash-verified

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
245{

Callers 15

SetSyscallSandboxPolicyFunction · 0.45
MergeSettingsFunction · 0.45
ReadSettingsFunction · 0.45
GetSettingFunction · 0.45
GetSettingsListFunction · 0.45
LocaleIndependentAtoiFunction · 0.45
ParseIntegralFunction · 0.45
CapitalizeFunction · 0.45
ParseByteUnitsFunction · 0.45
ParseMoneyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected