MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / summary

Method summary

subprojects/llama.cpp/tests/testing.h:235–242  ·  view source on GitHub ↗

Print summary and return an exit code

Source from the content-addressed store, hash-verified

233
234 // Print summary and return an exit code
235 int summary() const {
236 out << "\n";
237 out << "tests : " << tests << "\n";
238 out << "assertions : " << assertions << "\n";
239 out << "failures : " << failures << "\n";
240 out << "exceptions : " << exceptions << "\n";
241 return failures == 0 ? 0 : 1;
242 }
243};

Callers 3

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected