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

Method ExpandFromCache

src/wallet/test/walletload_tests.cpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 bool ToNormalizedString(const SigningProvider& provider, std::string& out, const DescriptorCache* cache = nullptr) const override { return false; }
33 bool Expand(int pos, const SigningProvider& provider, std::vector<CScript>& output_scripts, FlatSigningProvider& out, DescriptorCache* write_cache = nullptr) const override { return false; };
34 bool ExpandFromCache(int pos, const DescriptorCache& read_cache, std::vector<CScript>& output_scripts, FlatSigningProvider& out) const override { return false; }
35 void ExpandPrivate(int pos, const SigningProvider& provider, FlatSigningProvider& out) const override {}
36 std::optional<int64_t> ScriptSize() const override { return {}; }
37 std::optional<int64_t> MaxSatisfactionWeight(bool) const override { return {}; }

Callers 5

GetNewDestinationMethod · 0.45
TopUpWithDBMethod · 0.45
MarkUnusedAddressesMethod · 0.45
GetSigningProviderMethod · 0.45
LoadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected