Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coder/mux
/ taskHandleStore.test.ts
File
taskHandleStore.test.ts
src/node/services/taskHandleStore.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
"bun:test"
;
2
import
* as fsPromises from
"fs/promises"
;
3
import
* as os from
"os"
;
4
import
* as path from
"path"
;
Callers
nothing calls this directly
Calls
7
createTempConfig
Function · 0.85
upsertWorkspaceTurn
Method · 0.80
getWorkspaceTurn
Method · 0.80
isWorkspaceOwnedBy
Method · 0.80
listWorkspaceTurns
Method · 0.80
getSessionDir
Method · 0.65
writeFile
Method · 0.65
Tested by
no test coverage detected