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

Method ExpandFromCache

src/script/descriptor.cpp:651–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649 }
650
651 bool ExpandFromCache(int pos, const DescriptorCache& read_cache, std::vector<CScript>& output_scripts, FlatSigningProvider& out) const final
652 {
653 return ExpandHelper(pos, DUMMY_SIGNING_PROVIDER, &read_cache, output_scripts, out, nullptr);
654 }
655
656 void ExpandPrivate(int pos, const SigningProvider& provider, FlatSigningProvider& out) const final
657 {

Callers 6

GetNewDestinationMethod · 0.80
TopUpMethod · 0.80
MarkUnusedAddressesMethod · 0.80
GetSigningProviderMethod · 0.80
SetCacheMethod · 0.80
DoCheckFunction · 0.80

Calls

no outgoing calls

Tested by 1

DoCheckFunction · 0.64