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

Method allocateRTTPorts

src/openocd.ts:211–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209 }
210
211 public allocateRTTPorts(): Promise<void> {
212 return this.rttHelper.allocateRTTPorts(this.args.rttConfig);
213 }
214
215 public serverArguments(): string[] {
216 let serverargs = [];

Callers

nothing calls this directly

Calls 1

allocateRTTPortsMethod · 0.65

Tested by

no test coverage detected