MCPcopy Create free account
hub / github.com/MonaSolutions/MonaServer / FlashMainStream

Method FlashMainStream

MonaCore/sources/FlashMainStream.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace Mona {
28
29FlashMainStream::FlashMainStream(Invoker& invoker,Peer& peer) : FlashStream(0, invoker,peer) {
30
31}
32
33FlashMainStream::~FlashMainStream() {
34 for (auto& it : _streams) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected