Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
register
Method · 0.65
delete
Method · 0.65
destroy
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected