MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / store.test.ts

File store.test.ts

packages/cli/src/auth/store.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { promises as fs } from "node:fs";
2import { tmpdir } from "node:os";
3import { join } from "node:path";
4import { afterEach, beforeEach, describe, expect, it } from "vitest";

Callers

nothing calls this directly

Calls 7

readStoreFunction · 0.85
writeStoreFunction · 0.85
isAuthErrorFunction · 0.85
deleteStoreFunction · 0.85
clearOAuthFunction · 0.85
hasPreservedUnknownDataFunction · 0.85
makeTmpDirFunction · 0.70

Tested by

no test coverage detected