Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MigoXLab/coderio
/ createEmptyCache
Function
createEmptyCache
src/utils/code-cache.ts:130–135 ·
view source on GitHub ↗
* Create an empty cache
()
Source
from the content-addressed store, hash-verified
128
* Create an empty cache
129
*/
130
function
createEmptyCache(): CodeCache {
131
return
{
132
generatedComponents: [],
133
appInjected: false,
134
};
135
}
Callers
1
loadCodeCache
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected