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

Method createName

src/frontend/swo/decoders/binary.ts:69–71  ·  view source on GitHub ↗
(config: SWOBinaryDecoderConfig)

Source from the content-addressed store, hash-verified

67 }
68
69 private createName(config: SWOBinaryDecoderConfig) {
70 return `SWO:${config.label || ''}[port:${this.port}, enc:${this.encoding}]`;
71 }
72
73 public softwareEvent(packet: Packet) {
74 if (packet.port !== this.port) { return; }

Callers 2

createVSCodeTerminalMethod · 0.95
createVSCodeChannelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected