MCPcopy Create free account
hub / github.com/CopilotKit/aimock / clear

Method clear

src/journal.ts:212–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210 }
211
212 clear(): void {
213 this.entries = [];
214 this.fixtureMatchCountsByTestId.clear();
215 }
216
217 get size(): number {
218 return this.entries.length;

Callers 11

resetFunction · 0.45
resetMethod · 0.45
clearMatchCountsMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45
clearRequestsMethod · 0.45
resetMethod · 0.45
performFixturesResetFunction · 0.45
createServerFunction · 0.45
grok-video.test.tsFile · 0.45
journal.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected