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

File find-on-path.test.ts

packages/cli/src/lib/find-on-path.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it } from "bun:test";
2import { chmodSync, mkdirSync, rmSync, symlinkSync, writeFileSync } from "node:fs";
3import { tmpdir } from "node:os";
4import { delimiter, join } from "node:path";

Callers

nothing calls this directly

Calls 3

findOnPathFunction · 0.90
makeExecutableFunction · 0.85
makeNonExecutableFunction · 0.85

Tested by

no test coverage detected