Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tiann/hapi
/ makeSession
Function
makeSession
cli/src/cursor/cursorRemoteLauncher.test.ts:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
};
23
24
function
makeSession(): CursorSession {
25
return
{ path:
'/tmp'
} as CursorSession;
26
}
27
28
describe(
'cursorRemoteLauncher'
, () => {
29
beforeEach(() => {
Callers
1
cursorRemoteLauncher.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected