Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
export
class
CDebugChainedSessionItem {
Callers
1
registerPortsAsUsed
Method · 0.80
Calls
1
add
Method · 0.45
Tested by
no test coverage detected