MCPcopy Index your code
hub / github.com/bazelbuild/bazel / fail

Method fail

src/test/java/net/starlark/java/eval/Benchmarks.java:241–245  ·  view source on GitHub ↗
(String format, Object... args)

Source from the content-addressed store, hash-verified

239 }
240
241 private static void fail(String format, Object... args) {
242 System.err.printf(format, args);
243 System.err.println();
244 System.exit(1);
245 }
246
247 // Runs benchmark function f for the specified time budget
248 // (which we may exceed by a factor of two) or number of iterations,

Calls 1

printlnMethod · 0.65

Tested by

no test coverage detected