MCPcopy Create free account
hub / github.com/Wirasm/kild / worktree.git.test.ts

File worktree.git.test.ts

engine/src/kild/worktree.git.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, expect, test } from 'bun:test';
2import { execFile as execFileCb } from 'node:child_process';
3import { existsSync, mkdirSync, mkdtempSync, rmSync, writeFileSync } from 'node:fs';
4import { tmpdir } from 'node:os';

Callers

nothing calls this directly

Calls 7

ensureWorktreeFunction · 0.90
pruneMergedWorktreesFunction · 0.90
removeWorktreeFunction · 0.90
worktreePathFunction · 0.90
gitFunction · 0.85
gitInFunction · 0.85
joinMethod · 0.80

Tested by

no test coverage detected