MCPcopy Index your code
hub / github.com/graphql-java/graphql-java / throwAssert

Method throwAssert

src/main/java/graphql/Assert.java:267–269  ·  view source on GitHub ↗
(String format, Object... args)

Source from the content-addressed store, hash-verified

265 }
266
267 private static <T> T throwAssert(String format, Object... args) {
268 throw new AssertException(format(format, args));
269 }
270}

Callers 8

assertNotNullMethod · 0.95
assertNullMethod · 0.95
assertNeverCalledMethod · 0.95
assertNotEmptyMethod · 0.95
assertTrueMethod · 0.95
assertFalseMethod · 0.95
assertValidNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected