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

Method destroy

packages/core/src/plugin/plugins.ts:203–207  ·  view source on GitHub ↗

* destroy all plugins

()

Source from the content-addressed store, hash-verified

201 * destroy all plugins
202 */
203 async destroy() {
204 for (const plugin of this.plugins) {
205 await plugin.destroy()
206 }
207 }
208
209 async extend() {
210 const extendClass: PluginExtendClass = {

Callers 1

disposeMethod · 0.95

Calls 1

destroyMethod · 0.65

Tested by

no test coverage detected