Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/21st-dev/1code
/ clearNetworkCache
Function
clearNetworkCache
src/main/lib/ollama/network-detector.ts:79–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
* Clear cache to force next check
78
*/
79
export
function
clearNetworkCache(): void {
80
cachedStatus = { online: true, lastCheck: 0 }
81
}
Callers
1
debug.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected