MCPcopy Create free account
hub / github.com/cinit/TMoe / unsafeThrow

Method unsafeThrow

app/src/main/java/cc/ioctl/tmoe/util/IoUtils.java:119–123  ·  view source on GitHub ↗
(@NonNull Throwable t)

Source from the content-addressed store, hash-verified

117 }
118
119 public static AssertionError unsafeThrow(@NonNull Throwable t) {
120 Objects.requireNonNull(t, "t == null");
121 unsafeThrowImpl(t);
122 return new AssertionError("unreachable");
123 }
124
125 public static AssertionError unsafeThrowForIteCause(@NonNull Throwable t) {
126 Objects.requireNonNull(t, "t == null");

Callers 2

mkdirsOrThrowMethod · 0.95
shadowCloneMethod · 0.95

Calls 1

unsafeThrowImplMethod · 0.95

Tested by

no test coverage detected