MCPcopy Index your code
hub / github.com/codeband-top/RunCodeOnline / msg

Method msg

src/main/java/com/runcode/entities/Result.java:50–53  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

48 }
49
50 public Result msg(String msg){
51 this.message = msg;
52 return this;
53 }
54
55 public boolean isSuccess() {
56 return success;

Callers 2

handleMethod · 0.80
channelReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected