MCPcopy Create free account
hub / github.com/IronsDu/brynet / getErrorCode

Method getErrorCode

include/brynet/net/Socket.hpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 {}
133
134 int getErrorCode() const
135 {
136 return mErrorCode;
137 }
138
139private:
140 int mErrorCode;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected