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

Method empty

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

Source from the content-addressed store, hash-verified

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

Callers 15

KeystreamMethod · 0.45
CryptMethod · 0.45
MergeSettingsFunction · 0.45
ReadSettingsFunction · 0.45
GetSettingFunction · 0.45
GetSettingsListFunction · 0.45
InterpretBoolFunction · 0.45
ParseParametersMethod · 0.45
GetPathArg_Method · 0.45
GetBlocksDirPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected