MCPcopy Create free account
hub / github.com/OreosLab/bili / failed

Method failed

src/main/java/top/misec/push/model/PushResult.java:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 public static PushResult failed() {
25 return new PushResult(false);
26 }
27
28 public static boolean checkSuccess(PushResult pushResult) {
29 return null != pushResult && pushResult.isSuccess();

Callers 2

doPushMethod · 0.95
push2TargetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected