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

Method constructor

src/render/core/Module/ModuleStaticItem.ts:23–25  ·  view source on GitHub ↗
(item: any)

Source from the content-addressed store, hash-verified

21 name: string = ''
22
23 constructor(item: any) {
24 Object.assign(this, item)
25 }
26
27 fetchCommand() {
28 return this.url

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected