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

Method setPorts

src/common.ts:366–366  ·  view source on GitHub ↗
(ports: { [name: string]: number })

Source from the content-addressed store, hash-verified

364 name: string;
365
366 setPorts(ports: { [name: string]: number }): void;
367 setArguments(args: ConfigurationArguments): void;
368
369 customRequest(command: string, response: DebugProtocol.Response, args: any): boolean;

Callers 1

getTCPPortsMethod · 0.65

Implementers 9

PEServerControllersrc/pemicro.ts

Calls

no outgoing calls

Tested by

no test coverage detected