Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ impl
Method
impl
src/kernel/bitcoinkernel_wrapper.h:704–707 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
702
{
703
private:
704
auto impl() const
705
{
706
return static_cast<const Derived*>(this)->get();
707
}
708
709
public:
710
bool operator==(const Derived& other) const
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected