Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tanelpoder/0xtools
/ clear_cache
Method
clear_cache
xtop/core/query_builder.py:38–40 ·
view source on GitHub ↗
Clear the fragment cache
(self)
Source
from the content-addressed store, hash-verified
36
return
content
37
38
def
clear_cache(self):
39
""
"Clear the fragment cache"
""
40
self.cache.clear()
41
42
43
class
QueryBuilder:
Callers
nothing calls this directly
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected