MCPcopy Create free account
hub / github.com/xpf0000/FlyEnv / constructor

Method constructor

src/fork/module/Java/index.ts:24–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23class Java extends Base {
24 constructor() {
25 super()
26 this.type = 'java'
27 }
28
29 fetchAllOnlineVersion() {
30 return new ForkPromise(async (resolve) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected