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

Method ToNormalizedString

src/script/descriptor.cpp:987–992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

985 }
986
987 bool ToNormalizedString(const SigningProvider& arg, std::string& out, const DescriptorCache* cache) const override final
988 {
989 bool ret = ToStringHelper(&arg, out, StringType::NORMALIZED, cache);
990 out = AddChecksum(out);
991 return ret;
992 }
993
994 // NOLINTNEXTLINE(misc-no-recursion)
995 bool ExpandHelper(int pos, const SigningProvider& arg, const DescriptorCache* read_cache, std::vector<CScript>& output_scripts, FlatSigningProvider& out, DescriptorCache* write_cache) const

Callers 6

ToNormalizedStringMethod · 0.45
ToNormalizedStringMethod · 0.45
ToStringHelperMethod · 0.45
ToStringMethod · 0.45
DoCheckFunction · 0.45
TestDescriptorFunction · 0.45

Calls 1

AddChecksumFunction · 0.85

Tested by 2

DoCheckFunction · 0.36
TestDescriptorFunction · 0.36