MCPcopy Create free account
hub / github.com/Easy-Editor/EasyEditor / destroy

Method destroy

packages/core/src/plugin/plugins.ts:35–35  ·  view source on GitHub ↗
(ctx: PluginContext)

Source from the content-addressed store, hash-verified

33 eventPrefix?: string
34 init(ctx: PluginContext): Promise<void> | void
35 destroy?(ctx: PluginContext): Promise<void> | void
36 extend?(ctx: PluginExtend): void
37 exports?(): Record<string, any>
38}

Callers 3

registerMethod · 0.65
deleteMethod · 0.65
destroyMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected