Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
383
export
function
clearActions() {
384
actions.length = 0;
385
}
386
387
// Global variable to store event listeners and recording state
388
let
eventListeners = [];
Callers
1
background.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected