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

Function recordClose

src/daemon/__tests__/session-store.test.ts:70–77  ·  view source on GitHub ↗
(store: SessionStore, session: SessionState)

Source from the content-addressed store, hash-verified

68}
69
70function recordClose(store: SessionStore, session: SessionState): void {
71 store.recordAction(session, {
72 command: 'close',
73 positionals: [],
74 flags: { platform: 'ios' },
75 result: {},
76 });
77}
78
79function writeScript({ root, store, session }: SessionStoreFixture): string {
80 store.writeSessionLog(session);

Callers 1

Calls 1

recordActionMethod · 0.80

Tested by

no test coverage detected