MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / createExecSession

Function createExecSession

services/cloud-agent-next/src/kilo/client.test.ts:30–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 client as unknown as KiloClientPrivates;
29
30const createExecSession = (): ExecutionSession =>
31 ({
32 exec: vi.fn(),
33 writeFile: vi.fn(),
34 deleteFile: vi.fn(),
35 }) as unknown as ExecutionSession;
36
37const buildSession = (id: string): Session => ({
38 id,

Callers 1

client.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected