MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / initAllValidators

Method initAllValidators

launcher/net/Sink.h:64–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63 protected:
64 bool initAllValidators(QNetworkRequest& request)
65 {
66 for (auto& validator : validators) {
67 if (!validator->init(request))
68 return false;
69 }
70 return true;
71 }
72 bool finalizeAllValidators(QNetworkReply& reply)
73 {
74 for (auto& validator : validators) {

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected