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

Method addUsedPorts

src/frontend/cortex_debug_session.ts:139–143  ·  view source on GitHub ↗
(ports: number[])

Source from the content-addressed store, hash-verified

137 }
138
139 public addUsedPorts(ports: number[]) {
140 for (const p of ports) {
141 this.usedPorts.add(p);
142 }
143 }
144}
145
146export class CDebugChainedSessionItem {

Callers 1

registerPortsAsUsedMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected