MCPcopy Create free account
hub / github.com/caozhiyi/CppNet / Session

Method Session

test/pingpong/Client.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32class Session {
33 public:
34 Session(Client* owner) :
35 _owner(owner),
36 _bytes_read(0),
37 _messages_read(0) {
38
39 }
40
41 int64_t BytesRead() const {
42 return _bytes_read;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected