MCPcopy
hub / github.com/coder/mux / configFilePath

Function configFilePath

src/node/config.test.ts:389–389  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

387 const FABLE = KNOWN_MODELS.FABLE.id;
388 const OPUS = KNOWN_MODELS.OPUS.id;
389 const configFilePath = () => path.join(tempDir, "config.json");
390
391 it("seeds the default chain once on first load and persists the migration flag", () => {
392 fs.writeFileSync(configFilePath(), JSON.stringify({ projects: [] }));

Callers 1

config.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected