Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ subprocess-timeouts.test.ts
File
subprocess-timeouts.test.ts
__tests__/subprocess-timeouts.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect, vi, beforeEach } from
'vitest'
;
2
import
* as fs from
'node:fs'
;
3
import
* as path from
'node:path'
;
4
import
* as os from
'node:os'
;
Callers
nothing calls this directly
Calls
5
gitWorktreeRoot
Function · 0.90
gitCommonDir
Function · 0.90
isGitRepo
Function · 0.90
timeoutOf
Function · 0.85
resolve
Method · 0.80
Tested by
no test coverage detected