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

Method GetSource

Sources/Shared/IO/WebRequest.cpp:348–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346 WebAuthChallenge::~WebAuthChallenge() = default;
347
348 WebAuthChallenge::Source WebAuthChallenge::GetSource() const
349 {
350 DEATH_ASSERT(_impl != nullptr, "Cannot be called with an uninitialized object", Source::Server);
351
352 return _impl->GetSource();
353 }
354
355 void WebAuthChallenge::SetCredentials(const WebCredentials& cred)
356 {

Callers 2

WriteDataMethod · 0.45
ExecuteMethod · 0.45

Calls 1

DEATH_ASSERTFunction · 0.85

Tested by

no test coverage detected