MCPcopy Create free account
hub / github.com/backnotprop/plannotator / source-save-node.test.ts

File source-save-node.test.ts

packages/shared/source-save-node.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, describe, expect, test } from "bun:test";
2import { chmodSync, lstatSync, mkdirSync, mkdtempSync, readFileSync, realpathSync, rmSync, symlinkSync, unlinkSync, writeFileSync } from "fs";
3import { tmpdir } from "os";
4import { join, resolve } from "path";

Callers

nothing calls this directly

Calls 9

readSourceFileSnapshotFunction · 0.90
saveSourceFileAtomicFunction · 0.90
resolveFolderSourceFileFunction · 0.90
tempRootFunction · 0.85
resolveFunction · 0.70

Tested by

no test coverage detected