MCPcopy Create free account
hub / github.com/tiann/hapi / shellJoin

Function shellJoin

cli/src/codex/utils/codexMcpConfig.ts:52–54  ·  view source on GitHub ↗
(parts: string[])

Source from the content-addressed store, hash-verified

50}
51
52function shellJoin(parts: string[]): string {
53 return parts.map(shellQuote).join(' ');
54}
55
56function canonicalJson(value: unknown): unknown {
57 if (Array.isArray(value)) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected