Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tiann/hapi
/ _resetOpencodeModelsCacheForTests
Function
_resetOpencodeModelsCacheForTests
cli/src/modules/common/opencodeModels.ts:181–184 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
179
* Clear the in-process cache. Exposed
for
tests.
180
*/
181
export
function
_resetOpencodeModelsCacheForTests(): void {
182
cache.clear();
183
inflight.clear();
184
}
Callers
1
opencodeModels.test.ts
File · 0.90
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected