MCPcopy 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{
703private:
704 auto impl() const
705 {
706 return static_cast<const Derived*>(this)->get();
707 }
708
709public:
710 bool operator==(const Derived& other) const

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected