Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ ErrorString
Method
ErrorString
server/src/network.h:41–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
int State() const { return m_State; }
40
const NETADDR *PeerAddress() const { return &m_PeerAddr; }
41
const char *ErrorString() const { return m_aErrorString; }
42
43
void Reset();
44
int Update();
Callers
1
Update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected