MCPcopy Create free account
hub / github.com/bcndev/bytecoin / Impl

Method Impl

src/platform/Network.cpp:533–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531class SafeMessage::Impl {
532public:
533 explicit Impl(SafeMessage *owner) : owner(owner), current_loop(EventLoop::current()) {}
534 SafeMessage *owner;
535 EventLoop *current_loop;
536 std::atomic<int> counter;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected