MCPcopy Create free account
hub / github.com/dynjs/dynjs / getConfig

Method getConfig

src/main/java/org/dynjs/cli/Arguments.java:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 private List<String> arguments = new ArrayList<>();
70
71 public Config getConfig() {
72 return this.initConfig(new Config());
73 }
74
75 protected Config initConfig(Config config) {
76 if (this.isDebug()) {

Callers

nothing calls this directly

Calls 1

initConfigMethod · 0.95

Tested by

no test coverage detected