MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / writeFileAt

Function writeFileAt

packages/bumpy/test/core/check-catalog.test.ts:47–50  ·  view source on GitHub ↗
(path: string, content: string)

Source from the content-addressed store, hash-verified

45 await writeFile(resolve(tmpDir, path), JSON.stringify(data, null, 2));
46 }
47 async function writeFileAt(path: string, content: string): Promise<void> {
48 await mkdir(resolve(tmpDir, path, '..'), { recursive: true });
49 await writeFile(resolve(tmpDir, path), content);
50 }
51
52 test('pnpm-workspace.yaml catalog change flags consuming packages', async () => {
53 // --- base state on main ---

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…