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

Method View

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

Source from the content-addressed store, hash-verified

328
329public:
330 explicit View(const CType* ptr) : m_ptr{check(ptr)} {}
331
332 const CType* get() const { return m_ptr; }
333};

Callers

nothing calls this directly

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected