MCPcopy Create free account
hub / github.com/TraderAlice/OpenAlice / tomlString

Function tomlString

src/workspaces/adapters/codex.ts:417–419  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

415}
416
417function tomlString(s: string): string {
418 return `"${s.replace(/\\/g, '\\\\').replace(/"/g, '\\"')}"`;
419}

Callers 1

writeAiConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected