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

Method CheckResult

Sources/Shared/IO/WebRequest.cpp:185–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 }
184
185 bool CheckResult(const Result& result) {
186 if (!result) {
187 HandleResult(result);
188 return false;
189 }
190 return true;
191 }
192
193 private:
194 WebSessionImplPtr _sessionImpl;

Callers 1

SetCredentialsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected