MCPcopy
hub / github.com/google-gemini/gemini-cli / read

Function read

packages/core/src/code_assist/server.test.ts:230–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228
229 const { Readable } = await import('node:stream');
230 const mockStream = new Readable({ read() {} });
231 mockRequest.mockResolvedValue({ data: mockStream });
232
233 vi.spyOn(server, 'recordCodeAssistMetrics').mockResolvedValue(undefined);

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected