MCPcopy Create free account
hub / github.com/podman-desktop/podman-desktop / array2String

Function array2String

packages/renderer/src/lib/string/string.ts:50–52  ·  view source on GitHub ↗
(array: string[])

Source from the content-addressed store, hash-verified

48}
49
50export function array2String(array: string[]): string {
51 return array.map(str => quote(str)).join(' ');
52}

Callers

nothing calls this directly

Calls 2

quoteFunction · 0.85
mapMethod · 0.65

Tested by

no test coverage detected