MCPcopy Index your code
hub / github.com/gre/gl-react / _stopLoop

Method _stopLoop

packages/gl-react/src/createSurface.tsx:489–491  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

487 }
488
489 _stopLoop(): void {
490 cancelFrame(this._loopRaf);
491 }
492
493 _draw(): void {
494 const { gl, root, glView } = this;

Callers 3

componentWillUnmountMethod · 0.95
rebootForDebugMethod · 0.95
SurfaceClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected