MCPcopy 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
341public:
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

checkFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected