Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
417
function
tomlString(s: string): string {
418
return
`
"${s.replace(/\\/g, '\\\\').replace(/"
/g,
'\\"'
)}"`;
419
}
Callers
1
writeAiConfig
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected