Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
bool
59
QHttpRequest::isSuccessful() const {
60
return d_func()->isuccessful;
61
}
62
63
void
64
QHttpRequest::collectData(int atMost) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected