MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / GetStatus

Method GetStatus

Sources/Shared/IO/WebRequest.cpp:974–979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

972 }
973
974 int WebResponse::GetStatus() const
975 {
976 DEATH_ASSERT(_impl != nullptr, "Cannot be called with an uninitialized object", -1);
977
978 return _impl->GetStatus();
979 }
980
981 String WebResponse::GetStatusText() const
982 {

Callers 4

DoHandleCompletionMethod · 0.45
HandleCompletionMethod · 0.45

Calls 1

DEATH_ASSERTFunction · 0.85

Tested by

no test coverage detected