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

Method GetCachedParentExtPubKeys

src/script/descriptor.cpp:3076–3079  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3074}
3075
3076ExtPubKeyMap DescriptorCache::GetCachedParentExtPubKeys() const
3077{
3078 return m_parent_xpubs;
3079}
3080
3081std::unordered_map<uint32_t, ExtPubKeyMap> DescriptorCache::GetCachedDerivedExtPubKeys() const
3082{

Callers 4

MergeAndDiffMethod · 0.80
DoCheckFunction · 0.80
FUZZ_TARGETFunction · 0.80

Calls

no outgoing calls

Tested by 2

DoCheckFunction · 0.64
FUZZ_TARGETFunction · 0.64