MCPcopy 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
24function makeSession(): CursorSession {
25 return { path: '/tmp' } as CursorSession;
26}
27
28describe('cursorRemoteLauncher', () => {
29 beforeEach(() => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected