MCPcopy Create free account
hub / github.com/dwgx/WindsurfAPI / runCommandStepResponse

Function runCommandStepResponse

test/client-panel-retry.test.js:103–111  ·  view source on GitHub ↗
(command = 'printf HELLO')

Source from the content-addressed store, hash-verified

101}
102
103function runCommandStepResponse(command = 'printf HELLO') {
104 const runCommandBody = writeStringField(23, command);
105 const step = Buffer.concat([
106 writeVarintField(1, 28),
107 writeVarintField(4, 1),
108 writeMessageField(28, runCommandBody),
109 ]);
110 return writeMessageField(1, step);
111}
112
113function pendingReadUrlStepResponse() {
114 const spec = Buffer.concat([

Callers 1

Calls 3

writeStringFieldFunction · 0.90
writeVarintFieldFunction · 0.90
writeMessageFieldFunction · 0.90

Tested by

no test coverage detected