MCPcopy
hub / github.com/coder/mux / git.test.ts

File git.test.ts

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

Source from the content-addressed store, hash-verified

1import { describe, test, expect, beforeAll, afterAll } from "@jest/globals";
2import { createWorktree, listLocalBranches, detectDefaultTrunkBranch, cleanStaleLock } from "./git";
3import { Config } from "./config";
4import * as path from "path";

Callers

nothing calls this directly

Calls 6

detectDefaultTrunkBranchFunction · 0.90
createWorktreeFunction · 0.90
listLocalBranchesFunction · 0.90
cleanStaleLockFunction · 0.90
execAsyncFunction · 0.85
writeFileMethod · 0.65

Tested by

no test coverage detected