MCPcopy Create free account
hub / github.com/Marus/cortex-debug / createPipe

Method createPipe

src/frontend/swo/sources/socket.ts:241–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239 private state: PeState = PeState.INIT;
240
241 private createPipe(): void {
242 const createPipe = {
243 control: {
244 '00000001': {
245 command: 'createPipe',
246 apiversion: '1'
247 }
248 }
249 };
250 this.write(JSON.stringify(createPipe));
251 }
252
253 private configureSWO(): void {
254 const configureSWO = {

Callers 1

constructorMethod · 0.95

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected