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

Function importCache

test/brain-cache-roundtrip.test.ts:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39});
40
41async function importCache(): Promise<typeof import('../bin/gstack-brain-cache')> {
42 return (await import('../bin/gstack-brain-cache')) as typeof import('../bin/gstack-brain-cache');
43}
44
45describe('brain-cache paths', () => {
46 test('cross-project entity (user-profile) lives in ~/.gstack/brain-cache/', async () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected