MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / setup

Method setup

deepwiki/deepwiki.ts:644–648  ·  view source on GitHub ↗
(context: PluginRuntimeContext)

Source from the content-addressed store, hash-verified

642 });
643
644 setup(context: PluginRuntimeContext): void {
645 this.lifecycleDispose = context.lifecycle.trackDisposable(() => this.closeResources(), {
646 label: "plugin:deepwiki:resources",
647 });
648 }
649
650 async cleanup(): Promise<void> {
651 const dispose = this.lifecycleDispose;

Callers

nothing calls this directly

Calls 1

closeResourcesMethod · 0.95

Tested by

no test coverage detected