MCPcopy Create free account
hub / github.com/garrytan/gstack / importCache

Function importCache

test/schema-version-migration.test.ts:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37});
38
39async function importCache(): Promise<typeof import('../bin/gstack-brain-cache')> {
40 return (await import('../bin/gstack-brain-cache')) as typeof import('../bin/gstack-brain-cache');
41}
42
43describe('schema-version cache migration (D4 A4)', () => {
44 test('cache file with mismatched schema_version triggers wipe-and-rebuild attempt', { timeout: SLOW_TIMEOUT }, async () => {

Calls

no outgoing calls

Tested by

no test coverage detected