MCPcopy
hub / github.com/ustbhuangyi/better-scroll / destroy

Function destroy

packages/core/src/animater/Base.ts:84–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 abstract stop(): void
83
84 destroy() {
85 this.hooks.destroy()
86
87 cancelAnimationFrame(this.timer)
88 }
89}

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…