MCPcopy Index your code
hub / github.com/garrytan/gstack / handleWriteCommand

Function handleWriteCommand

browse/test/batch.test.ts:62–63  ·  view source on GitHub ↗
(cmd: string, args: string[], b: BrowserManager)

Source from the content-addressed store, hash-verified

60const handleReadCommand = (cmd: string, args: string[], b: BrowserManager) =>
61 _handleReadCommand(cmd, args, b.getActiveSession());
62const handleWriteCommand = (cmd: string, args: string[], b: BrowserManager) =>
63 _handleWriteCommand(cmd, args, b.getActiveSession(), b);
64
65describe('Batch execution', () => {
66 test('multi-tab parallel: goto + text on different tabs', async () => {

Callers

nothing calls this directly

Calls 1

getActiveSessionMethod · 0.80

Tested by

no test coverage detected