Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
export
function
array2String(array: string[]): string {
51
return
array.map(str => quote(str)).join(
' '
);
52
}
Callers
nothing calls this directly
Calls
2
quote
Function · 0.85
map
Method · 0.65
Tested by
no test coverage detected