MCPcopy
hub / github.com/EveryInc/compound-engineering-plugin / formatTomlString

Function formatTomlString

src/targets/codex.ts:624–626  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

622}
623
624function formatTomlString(value: string): string {
625 return JSON.stringify(value)
626}
627
628function assertNoCodexAgentFilenameCollisions(
629 agents: NonNullable<CodexBundle["agents"]>,

Callers 3

renderCodexConfigFunction · 0.70
renderCodexAgentTomlFunction · 0.70
formatTomlInlineTableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected