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

Method get

src/kernel/bitcoinkernel_wrapper.h:332–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330 explicit View(const CType* ptr) : m_ptr{check(ptr)} {}
331
332 const CType* get() const { return m_ptr; }
333};
334
335template <typename CType, CType* (*CopyFunc)(const CType*), void (*DestroyFunc)(CType*)>

Callers 15

HandleMethod · 0.45
getMethod · 0.45
implMethod · 0.45
implMethod · 0.45
TransactionOutputMethod · 0.45
implMethod · 0.45
implMethod · 0.45
implMethod · 0.45
implMethod · 0.45
VerifyMethod · 0.45
implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected