MCPcopy Index your code
hub / github.com/browsemake/browser-cli / record

Function record

daemon.js:14–16  ·  view source on GitHub ↗
(action, args = {})

Source from the content-addressed store, hash-verified

12const history = [];
13
14function record(action, args = {}) {
15 history.push({ action, args, timestamp: new Date().toISOString() });
16}
17
18const tmpUserDataDir = path.join(os.tmpdir(), 'br_user_data');
19

Callers 2

daemon.jsFile · 0.85
resolveAndPerformActionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected