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

Method data

src/main/java/com/runcode/entities/Result.java:45–48  ·  view source on GitHub ↗
(String key,Object value)

Source from the content-addressed store, hash-verified

43 }
44
45 public Result data(String key,Object value){
46 this.data.put(key, value);
47 return this;
48 }
49
50 public Result msg(String msg){
51 this.message = msg;

Callers 2

getByIdMethod · 0.80
saveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected