MCPcopy
hub / github.com/prisma/prisma / resetEngineCounts

Function resetEngineCounts

packages/client/tests/functional/batching/tests.ts:46–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 function resetEngineCounts() {
47 engineRequestCount = 0
48 engineRequestBatchCount = 0
49 engineRequestBatchSizes.length = 0
50 }
51
52 beforeAll(async () => {
53 prisma = newPrismaClient({

Callers 1

tests.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected