MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / IsRange

Method IsRange

src/script/descriptor.cpp:565–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563 }
564
565 bool IsRange() const final {
566 for (const auto &pubkey : m_pubkey_args) {
567 if (pubkey->IsRange()) {
568 return true;
569 }
570 }
571 if (m_subdescriptor_arg) {
572 if (m_subdescriptor_arg->IsRange()) {
573 return true;
574 }
575 }
576 return false;
577 }
578
579 bool ToStringHelper(const SigningProvider *arg, std::string &out,
580 bool priv) const {

Callers 13

TopUpMethod · 0.45
IsHDEnabledMethod · 0.45
CanGetAddressesMethod · 0.45
AddWalletDescriptorMethod · 0.45
ProcessImportDescriptorFunction · 0.45
backup.cppFile · 0.45
IsRangeMethod · 0.45
DoCheckFunction · 0.45
FUZZ_TARGET_INITFunction · 0.45
getScriptFromDescriptorFunction · 0.45
getdescriptorinfoFunction · 0.45

Calls

no outgoing calls

Tested by 2

DoCheckFunction · 0.36
FUZZ_TARGET_INITFunction · 0.36