MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / writeBatch

Function writeBatch

packages/cli/src/commands/lambda/render-batch.test.ts:17–21  ·  view source on GitHub ↗
(content: string)

Source from the content-addressed store, hash-verified

15});
16
17function writeBatch(content: string): string {
18 const p = join(tmpDir, "batch.jsonl");
19 writeFileSync(p, content, "utf8");
20 return p;
21}
22
23describe("runWithConcurrencyLimit", () => {
24 it("preserves input order in the output array regardless of completion order", async () => {

Callers 2

expectExitOneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected