Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeband-top/RunCodeOnline
/ OK
Method
OK
src/main/java/com/runcode/entities/Result.java:31–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
private
Result() {}
30
31
public
static
Result OK(){
32
Result result =
new
Result();
33
result.success = true;
34
result.message =
"成功!"
;
35
return
result;
36
}
37
38
public
static
Result ERROR(){
39
Result result =
new
Result();
Callers
2
getById
Method · 0.95
save
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected