Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cutelyst/simple-mail
/ responseCode
Method
responseCode
src/serverreply.cpp:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
int ServerReply::responseCode() const
40
{
41
Q_D(const ServerReply);
42
return d->responseCode;
43
}
44
45
QString ServerReply::responseText() const
46
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected