MCPcopy Create free account
hub / github.com/apache/skywalking-nodejs / install

Method install

src/core/PluginInstaller.ts:301–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299 }
300
301 install(): void {
302 if (this.require as any) this.installNormal();
303 else this.installBundled();
304 }
305}

Callers

nothing calls this directly

Calls 2

installNormalMethod · 0.95
installBundledMethod · 0.95

Tested by

no test coverage detected