MCPcopy
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
71export default ComponentWrapper

Callers

nothing calls this directly

Calls 1

unmountComponentFunction · 0.90

Tested by

no test coverage detected