MCPcopy Create free account
hub / github.com/3dugc/3D-Model-Optimizer / createTempFilePath

Function createTempFilePath

tests/unit/cloud-runtime.test.ts:43–46  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

41}
42
43async function createTempFilePath(name: string): Promise<string> {
44 const dir = await fs.mkdtemp(path.join(os.tmpdir(), 'optimizer-test-'));
45 return path.join(dir, name);
46}
47
48describe('cloud runtime primitives', () => {
49 it('claims queued jobs exactly once in local queue', async () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected