Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
const
callQuery = vi.fn(
async
(args: unknown) => args);
19
20
const
resetQuery = () => {
21
callQuery.mockClear();
22
return
callQuery;
23
};
24
25
const
callAllOperations = (
26
model: {
Callers
2
callAllOperations
Function · 0.85
prismaScope.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected