MCPcopy 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

1import { describe, it, expect, beforeEach, afterEach, vi } from 'vitest';
2import fs from 'node:fs';
3import path from 'node:path';
4import os from 'node:os';

Callers

nothing calls this directly

Calls 9

loadCodeCacheFunction · 0.90
saveCodeCacheFunction · 0.90
isComponentGeneratedFunction · 0.90
markComponentGeneratedFunction · 0.90
isAppInjectedFunction · 0.90
markAppInjectedFunction · 0.90
saveComponentGeneratedFunction · 0.90
saveAppInjectedFunction · 0.90
makeWorkspaceFunction · 0.85

Tested by

no test coverage detected