(action: CTIAction)
| 383 | rttPoll?(): void; |
| 384 | liveGdbInitCommands?(): string[]; |
| 385 | ctiStopResume?(action: CTIAction): void; |
| 386 | } |
| 387 | |
| 388 | export function genDownloadCommands(config: ConfigurationArguments, preLoadCmds: string[]) { |
no outgoing calls
no test coverage detected