Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/electerm/electerm
/ clear
Method
clear
src/client/common/cache.js:52–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
clear () {
53
this.cache.clear()
54
this.save()
55
}
56
}
57
58
export
const
aiSuggestionsCache =
new
MapCache(100,
'ai-cmd-suggestion-cache'
)
Callers
13
Term
Class · 0.80
handleClick
Function · 0.80
componentWillUnmount
Method · 0.80
createFilesAvailableCallback
Method · 0.80
handleFileDownload
Method · 0.80
cleanup
Method · 0.80
componentWillUnmount
Method · 0.80
tab.js
File · 0.80
clearOnces
Method · 0.80
init
Function · 0.80
cleanup
Function · 0.80
stop
Method · 0.80
Calls
1
save
Method · 0.95
Tested by
no test coverage detected