MCPcopy Create free account
hub / github.com/PlexPt/rocket-pt / FinishStatus

Interface FinishStatus

src/main/java/com/rocketpt/server/common/Constants.java:22–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 }
21
22 interface FinishStatus {
23
24 /**
25 * 已完成并测试
26 */
27 String FINISHED = " (已完成并测试通过)";
28
29 /**
30 * 未完成未测试
31 */
32 String UNFINISHED = " (未完成未测试)";
33
34 /**
35 * 已完成但未测试
36 */
37 String FINISHED_NOT_TEST = " (已完成但未测试)";
38
39 }
40
41 interface Source {
42 String PREFIX = "[RKT] ";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected