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

Function trajectoryStepsResponse

test/native-read-wrapper.test.js:78–80  ·  view source on GitHub ↗
(...steps)

Source from the content-addressed store, hash-verified

76}
77
78function trajectoryStepsResponse(...steps) {
79 return Buffer.concat(steps.map(step => writeMessageField(1, step)));
80}
81
82async function withFakeLanguageServer(handler, fn) {
83 const server = http2.createServer();

Callers 1

Calls 1

writeMessageFieldFunction · 0.90

Tested by

no test coverage detected