MCPcopy Create free account
hub / github.com/cortexkit/magic-context / data-path.test.ts

File data-path.test.ts

packages/plugin/src/shared/data-path.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, test } from "bun:test";
2import { mkdirSync, mkdtempSync, readFileSync, rmSync, writeFileSync } from "node:fs";
3import * as os from "node:os";
4import * as path from "node:path";

Callers

nothing calls this directly

Calls 10

getCacheDirFunction · 0.90
getOpenCodeCacheDirFunction · 0.90
getDataDirFunction · 0.90
getOpenCodeStorageDirFunction · 0.90
getMagicContextLogPathFunction · 0.90

Tested by

no test coverage detected