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

Method launchCommands

src/bmp.ts:61–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 public launchCommands(): string[] {
62 const commands = [
63 ...genDownloadCommands(this.args, []),
64 'interpreter-exec console "SoftwareReset"'
65 ];
66 return commands;
67 }
68
69 public attachCommands(): string[] {
70 const commands = [];

Callers

nothing calls this directly

Calls 1

genDownloadCommandsFunction · 0.90

Tested by

no test coverage detected