Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
158
var
getTimer:Function = Utils.getTimer;
Callers
7
stop
Method · 0.85
stop
Method · 0.85
debugger.js
File · 0.85
stop
Function · 0.85
main.js
File · 0.85
SVGShape
Function · 0.85
libBase.js
File · 0.85
Calls
1
clearInterval
Method · 0.80
Tested by
no test coverage detected