MCPcopy
hub / github.com/element-hq/element-web / start

Method start

packages/module-api/src/loader.ts:47–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46
47 public async start(): Promise<void> {
48 if (this.started) {
49 throw new Error("PluginEngine.start() has already been called");
50 }
51 this.started = true;
52
53 await Promise.all(this.modules.map((plugin) => plugin.load()));
54 }
55}

Callers 1

loadPluginsFunction · 0.95

Calls 2

loadMethod · 0.65
mapMethod · 0.45

Tested by

no test coverage detected