Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MigoXLab/coderio
/ code-cache.test.ts
File
code-cache.test.ts
tests/utils/code-cache.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, beforeEach, afterEach, vi } from
'vitest'
;
2
import
fs from
'node:fs'
;
3
import
path from
'node:path'
;
4
import
os from
'node:os'
;
Callers
nothing calls this directly
Calls
9
loadCodeCache
Function · 0.90
saveCodeCache
Function · 0.90
isComponentGenerated
Function · 0.90
markComponentGenerated
Function · 0.90
isAppInjected
Function · 0.90
markAppInjected
Function · 0.90
saveComponentGenerated
Function · 0.90
saveAppInjected
Function · 0.90
makeWorkspace
Function · 0.85
Tested by
no test coverage detected