Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/shipshapecode/tether
/ clearCache
Method
clearCache
src/js/tether.js:221–223 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
219
}
220
221
clearCache() {
222
this._cache = {};
223
}
224
225
cache(k, getter) {
226
// More than one module will often need the same DOM info, so
Callers
1
position
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected