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

Method SafeMessage

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

Source from the content-addressed store, hash-verified

127}
128
129SafeMessage::SafeMessage(after_handler &&a_handler) : a_handler(std::move(a_handler)) {
130 impl = std::make_unique<SafeMessageImpl>(this);
131}
132
133SafeMessage::~SafeMessage() { impl->close(); }
134

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected