MCPcopy
hub / github.com/Fission-AI/OpenSpec / registry.test.ts

File registry.test.ts

test/core/store/registry.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 * as fs from 'node:fs';
3import * as os from 'node:os';
4import * as path from 'node:path';

Callers

nothing calls this directly

Calls 15

readStoreMetadataStateFunction · 0.85
readStoreRegistryStateFunction · 0.85
writeStoreMetadataStateFunction · 0.85
writeStoreRegistryStateFunction · 0.85
listRegisteredStoresFunction · 0.85
getStoreMetadataPathFunction · 0.85
getGlobalDataDirFunction · 0.85
prepareStoreSetupFunction · 0.85
setupPreparedStoreFunction · 0.85
setupStoreFunction · 0.85
resolveRegisteredStoreFunction · 0.85
prepareStoreCleanupFunction · 0.85

Tested by

no test coverage detected