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

Method assertNeverCalled

src/main/java/graphql/Assert.java:103–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 }
102
103 @Contract("-> fail")
104 public static <T> T assertNeverCalled() {
105 return throwAssert("Should never been called");
106 }
107
108 @Contract("_,_-> fail")
109 public static <T> T assertShouldNeverHappen(String format, Object... args) {

Callers

nothing calls this directly

Calls 1

throwAssertMethod · 0.95

Tested by

no test coverage detected