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

Method launchCommands

src/external.ts:45–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 public launchCommands(): string[] {
46 const commands = [
47 ...genDownloadCommands(this.args, ['interpreter-exec console "monitor reset halt"']),
48 'interpreter-exec console "monitor reset halt"'
49 ];
50
51 return commands;
52 }
53
54 public attachCommands(): string[] {
55 const commands = [

Callers

nothing calls this directly

Calls 1

genDownloadCommandsFunction · 0.90

Tested by

no test coverage detected