MCPcopy Create free account
hub / github.com/HumbleUI/JWM / Options

Method Options

examples/dashboard/java/Options.java:7–10  ·  view source on GitHub ↗
(int idx, String... options)

Source from the content-addressed store, hash-verified

5 public int _idx;
6
7 public Options(int idx, String... options) {
8 _options = options;
9 _idx = idx;
10 }
11
12 public Options(String... options) {
13 this(0, options);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected