MCPcopy Create free account
hub / github.com/codeband-top/RunCodeOnline / ERROR

Method ERROR

src/main/java/com/runcode/entities/Result.java:38–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 }
37
38 public static Result ERROR(){
39 Result result = new Result();
40 result.success = false;
41 result.message = "失败!";
42 return result;
43 }
44
45 public Result data(String key,Object value){
46 this.data.put(key, value);

Callers 3

handleMethod · 0.95
getByIdMethod · 0.95
channelReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected