MCPcopy Create free account
hub / github.com/chen3feng/toft / Code

Method Code

system/net/socket.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25public:
26 SocketError(const char* info = "socket error", int error = SocketGetLastError());
27 int Code() const { return m_error; }
28private:
29 int m_error;
30};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected