Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NervJS/nerv
/ destroy
Method
destroy
packages/nerv/src/full-component.ts:65–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
destroy () {
66
options.beforeUnmount(this)
67
unmountComponent(this)
68
}
69
}
70
71
export
default ComponentWrapper
Callers
nothing calls this directly
Calls
1
unmountComponent
Function · 0.90
Tested by
no test coverage detected