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

Function quoteShellCmdLine

src/common.ts:706–708  ·  view source on GitHub ↗
(list: string[])

Source from the content-addressed store, hash-verified

704}
705
706export function quoteShellCmdLine(list: string[]): string {
707 return list.map((s) => quoteShellAndCmdChars(s)).join(' ');
708}
709
710export function sanitizeDevDebug(config: ConfigurationArguments | any): boolean {
711 const modes = Object.values(ADAPTER_DEBUG_MODE);

Callers 3

startGdbMethod · 0.90
connectToConsoleMethod · 0.90

Calls 1

quoteShellAndCmdCharsFunction · 0.85

Tested by

no test coverage detected