MCPcopy 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 */
181export function _resetOpencodeModelsCacheForTests(): void {
182 cache.clear();
183 inflight.clear();
184}

Callers 1

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected