MCPcopy Create free account
hub / github.com/PleasureTools/joyBox / Start

Method Start

backend/Src/Services/PluginManager.ts:63–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 public Start(): void {
64 if (!this.isRunning) {
65 this.isRunning = true;
66 this.plugins.filter(x => x.enabled).forEach(x => x.service.Start());
67
68 Logger.Get.Log('PluginManager::Start()');
69 }
70 }
71
72 public Stop(): void {
73 if (this.isRunning) {

Callers 3

RunMethod · 0.45
StartResourceMonitorMethod · 0.45
EnablePluginMethod · 0.45

Calls 1

LogMethod · 0.45

Tested by

no test coverage detected