Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ Clone
Method
Clone
src/script/descriptor.cpp:1780–1783 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1778
}
1779
1780
std::unique_ptr<DescriptorImpl> Clone() const override
1781
{
1782
return std::make_unique<RawTRDescriptor>(m_pubkey_args.at(0)->Clone());
1783
}
1784
};
1785
1786
/** A parsed unused(KEY) descriptor */
Callers
nothing calls this directly
Calls
2
Clone
Method · 0.45
at
Method · 0.45
Tested by
no test coverage detected