MCPcopy 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
39int ServerReply::responseCode() const
40{
41 Q_D(const ServerReply);
42 return d->responseCode;
43}
44
45QString ServerReply::responseText() const
46{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected