MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / big

Function big

test/atomic-write.test.ts:60–60  ·  view source on GitHub ↗
(tag: string)

Source from the content-addressed store, hash-verified

58 const d = await tmpDir();
59 const f = path.join(d, 'race');
60 const big = (tag: string) => tag.repeat(100_000);
61 await Promise.all([
62 writeFileAtomic(f, big('A')),
63 writeFileAtomic(f, big('B')),

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected