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

Method GetResponse

Sources/Shared/IO/WebRequest.cpp:680–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678 }
679
680 WebResponse WebRequestBase::GetResponse() const
681 {
682 DEATH_ASSERT(_impl != nullptr, "Cannot be called with an uninitialized object", {});
683
684 return WebResponse(_impl->GetResponse());
685 }
686
687 WebAuthChallenge WebRequestAsync::GetAuthChallenge() const
688 {

Callers 4

CheckUpdatesMethod · 0.45

Calls 2

DEATH_ASSERTFunction · 0.85
WebResponseClass · 0.85

Tested by

no test coverage detected