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

Method createPrompt

src/frontend/rtt_terminal.ts:142–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

140 }
141
142 protected createPrompt(): string {
143 return this.options.noprompt ? '' : this.options.prompt || `RTT:${this.options.port}> `;
144 }
145
146 protected static createTermName(options: RTTConsoleDecoderOpts, existing: string | null): string {
147 const suffix = options.type === 'binary' ? `enc:${getBinaryEncoding(options.encoding)}` : options.type;

Callers 1

createTermOptionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected