MCPcopy Index your code
hub / github.com/sourcebot-dev/sourcebot / git.test.ts

File git.test.ts

packages/backend/src/git.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { mkdtemp, rm, writeFile } from "node:fs/promises";
2import { join } from "node:path";
3import { tmpdir } from "node:os";
4import { execFileSync } from "node:child_process";

Callers

nothing calls this directly

Calls 5

createTempRepoFunction · 0.85
commitFileFunction · 0.85
runGitFunction · 0.85
getTagsFunction · 0.85
getBranchesFunction · 0.85

Tested by

no test coverage detected