MCPcopy Create free account
hub / github.com/LeetCode-OpenSource/ayanami / destroy

Method destroy

src/core/ikari.ts:165–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163 }
164
165 destroy(): void {
166 this.subscription.unsubscribe()
167 this.triggerActions = {}
168 }
169
170 private log = ({ originalActionName, effectAction, reducerAction }: Action<State>) => {
171 if (effectAction && effectAction !== TERMINATE_ACTION) {

Callers 6

ayanami.spec.tsFile · 0.80
ikari.spec.tsFile · 0.80
destroyIkariFromFunction · 0.80
setInstanceInScopeFunction · 0.80
emitSSREffectsFunction · 0.80
useAyanamiInstanceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected