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

Method failAllValidators

launcher/net/Sink.h:80–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 return true;
79 }
80 bool failAllValidators()
81 {
82 bool success = true;
83 for (auto& validator : validators) {
84 success &= validator->abort();
85 }
86 return success;
87 }
88 bool writeAllValidators(QByteArray& data)
89 {
90 for (auto& validator : validators) {

Callers

nothing calls this directly

Calls 1

abortMethod · 0.45

Tested by

no test coverage detected