MCPcopy
hub / github.com/jabbany/CommentCoreLibrary / clearInterval

Function clearInterval

src/scripting/api/Utils/Utils.ts:153–155  ·  view source on GitHub ↗
(iid:number)

Source from the content-addressed store, hash-verified

151 * @param {number} iid - interval id
152 */
153 export function clearInterval(iid:number):void {
154 Runtime.getTimer().clearInterval(iid);
155 }
156}
157
158var getTimer:Function = Utils.getTimer;

Callers 7

stopMethod · 0.85
stopMethod · 0.85
debugger.jsFile · 0.85
stopFunction · 0.85
main.jsFile · 0.85
SVGShapeFunction · 0.85
libBase.jsFile · 0.85

Calls 1

clearIntervalMethod · 0.80

Tested by

no test coverage detected