MCPcopy Index your code
hub / github.com/callstack/agent-device / recordAction

Method recordAction

src/daemon/session-store.ts:53–55  ·  view source on GitHub ↗
(session: SessionState, entry: RecordActionEntry)

Source from the content-addressed store, hash-verified

51 }
52
53 recordAction(session: SessionState, entry: RecordActionEntry): void {
54 recordActionEntry(session, entry);
55 }
56
57 writeSessionLog(session: SessionState): void {
58 const result = this.scriptWriter.write(session);

Callers 10

recordIfSessionFunction · 0.80
completeOpenCommandFunction · 0.80
recordIfSessionFunction · 0.80
recordSessionActionFunction · 0.80
finalizeTouchInteractionFunction · 0.80
recordOpenFunction · 0.80
recordCloseFunction · 0.80

Calls 1

recordActionEntryFunction · 0.90

Tested by 2

recordOpenFunction · 0.64
recordCloseFunction · 0.64