MCPcopy
hub / github.com/lingodotdev/lingo.dev / fn

Function fn

packages/cli/src/cli/utils/exec.spec.ts:93–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91
92 it("handles single function", async () => {
93 const fn = async () => 42;
94 const options: ExecAsyncOptions = { concurrency: 1, delay: 0 };
95 const results = await execAsync([fn], options);
96 expect(results).toEqual([42]);

Callers 4

withExponentialBackoffFunction · 0.85
execAsyncFunction · 0.85
execWithRetryFunction · 0.85
runWithDbConnectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected