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

Method Member

MonaCore/sources/Peer.cpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33class Member : public virtual Object {
34public:
35 Member(Writer* pWriter) : pWriter(pWriter){}
36 Writer* pWriter;
37};
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected