Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ Handle
Method
Handle
src/kernel/bitcoinkernel_wrapper.h:342–342 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
340
341
public:
342
explicit Handle(CType* ptr) : m_ptr{check(ptr)} {}
343
344
// Copy constructors
345
Handle(const Handle& other)
Callers
nothing calls this directly
Calls
2
check
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected