We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e2084 commit 4f110aaCopy full SHA for 4f110aa
src/codegen/utils/node-proxy.ts
@@ -13,6 +13,9 @@ type AccessLog = {
13
class NodeProxyTracker {
14
private accessLogs: Map<string, AccessLog> = new Map()
15
16
+ // biome-ignore lint/complexity/noUselessConstructor: Required for bun test coverage tracking
17
+ constructor() {}
18
+
19
clear() {
20
this.accessLogs.clear()
21
}
0 commit comments