MCPcopy
hub / github.com/OpenCoworkAI/open-codesign / writeConfig

Function writeConfig

apps/desktop/src/main/diagnostics-ipc.test.ts:814–817  ·  view source on GitHub ↗
(content: string)

Source from the content-addressed store, hash-verified

812
813describe('readConfigRedacted honors include toggles', () => {
814 async function writeConfig(content: string): Promise<void> {
815 const { writeFile } = await import('node:fs/promises');
816 await writeFile('/tmp/__codesign-test-config.toml', content, 'utf8');
817 }
818
819 it('scrubs baseUrl / rootPath when includePaths=false and includeUrls=false', async () => {
820 await writeConfig(

Callers 1

Calls 1

writeFileFunction · 0.85

Tested by

no test coverage detected