Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ compileall.test.ts
File
compileall.test.ts
packages/python/test/compileall.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ afterEach, describe, expect, it, vi } from
'vitest'
;
2
import
fs from
'fs'
;
3
import
os from
'os'
;
4
import
path from
'path'
;
Callers
nothing calls this directly
Calls
13
isCompileAllEnabled
Function · 0.90
shouldUseCompileAll
Function · 0.90
runCompileAll
Function · 0.90
derivePycPath
Function · 0.90
getCompileAllAppExcludeRegex
Function · 0.90
collectAppBytecodeFiles
Function · 0.90
makeTempWorkPath
Function · 0.85
test
Method · 0.80
get
Method · 0.65
join
Method · 0.45
mkdirSync
Method · 0.45
writeFileSync
Method · 0.45
Tested by
no test coverage detected