Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
reset
Function · 0.45
reset
Method · 0.45
clearMatchCounts
Method · 0.45
reset
Method · 0.45
reset
Method · 0.45
clearRequests
Method · 0.45
reset
Method · 0.45
performFixturesReset
Function · 0.45
createServer
Function · 0.45
grok-video.test.ts
File · 0.45
journal.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected