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

Method ExpandFromCache

src/script/descriptor.cpp:1025–1028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1023 }
1024
1025 bool ExpandFromCache(int pos, const DescriptorCache& read_cache, std::vector<CScript>& output_scripts, FlatSigningProvider& out) const final
1026 {
1027 return ExpandHelper(pos, DUMMY_SIGNING_PROVIDER, &read_cache, output_scripts, out, nullptr);
1028 }
1029
1030 // NOLINTNEXTLINE(misc-no-recursion)
1031 void ExpandPrivate(int pos, const SigningProvider& provider, FlatSigningProvider& out) const final

Callers 2

DoCheckFunction · 0.45
TestDescriptorFunction · 0.45

Calls

no outgoing calls

Tested by 2

DoCheckFunction · 0.36
TestDescriptorFunction · 0.36