Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ reset
Method
reset
src/utils/tool-cache.ts:75–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
}
74
75
reset(): void {
76
this.cache.clear();
77
this.totalBytes = 0;
78
}
79
80
stats(): { entries: number; bytes: number; hits: number; misses: number; hitRate: number } {
81
const
total = this.hits + this.misses;
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected