MCPcopy Create free account
hub / github.com/sourcebot-dev/sourcebot / resetQuery

Function resetQuery

packages/web/src/features/mcp/prismaScope.test.ts:20–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18const callQuery = vi.fn(async (args: unknown) => args);
19
20const resetQuery = () => {
21 callQuery.mockClear();
22 return callQuery;
23};
24
25const callAllOperations = (
26 model: {

Callers 2

callAllOperationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected