MCPcopy Create free account
hub / github.com/azadkuh/qhttp / isSuccessful

Method isSuccessful

src/qhttpserverrequest.cpp:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58bool
59QHttpRequest::isSuccessful() const {
60 return d_func()->isuccessful;
61}
62
63void
64QHttpRequest::collectData(int atMost) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected