MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / write

Function write

__tests__/multi-repo-workspace.test.ts:43–46  ·  view source on GitHub ↗
(file: string, content: string)

Source from the content-addressed store, hash-verified

41}
42
43function write(file: string, content: string): void {
44 fs.mkdirSync(path.dirname(file), { recursive: true });
45 fs.writeFileSync(file, content);
46}
47
48describe('multi-repo workspaces (#514) + .gitignore-respect default (#970, #976)', () => {
49 let ws: string;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected