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

Interface Order

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

Source from the content-addressed store, hash-verified

14 Integer RESOURCE_ROOT_ID = 1;
15
16 interface Order {
17 String DEFAULT_ORDER_TYPE = "desc";
18
19 String[] ORDER_TYPE = new String[]{"desc", "asc", "DESC", "ASC"};
20 }
21
22 interface FinishStatus {
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected