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

Method GetStatusText

Sources/Shared/IO/WebRequest.cpp:981–986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

979 }
980
981 String WebResponse::GetStatusText() const
982 {
983 DEATH_ASSERT(_impl != nullptr, "Cannot be called with an uninitialized object", {});
984
985 return _impl->GetStatusText();
986 }
987
988 Stream* WebResponse::GetStream() const
989 {

Callers 2

Calls 2

DEATH_ASSERTFunction · 0.85
WinHTTPQueryHeaderStringFunction · 0.85

Tested by

no test coverage detected