MCPcopy Create free account
hub / github.com/vercel/vercel / makeTempWorkPath

Function makeTempWorkPath

packages/python/test/compileall.test.ts:244–248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242
243describe('app bytecode collection', () => {
244 function makeTempWorkPath() {
245 const dir = fs.mkdtempSync(path.join(os.tmpdir(), 'vc-py-compileall-'));
246 tmpDirs.push(dir);
247 return dir;
248 }
249
250 it('collects bytecode only for included app sources', async () => {
251 const workPath = makeTempWorkPath();

Callers 1

compileall.test.tsFile · 0.85

Calls 2

pushMethod · 0.65
joinMethod · 0.45

Tested by

no test coverage detected