MCPcopy Create free account
hub / github.com/InverseUI/InverseUI-Recorder / clearActions

Function clearActions

modules/recording.js:383–385  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

381 * Clear actions
382 */
383export function clearActions() {
384 actions.length = 0;
385}
386
387// Global variable to store event listeners and recording state
388let eventListeners = [];

Callers 1

background.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected