Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ishabdullah/Codey-v2
/ clear
Method
clear
core/error_database.py:350–354 ·
view source on GitHub ↗
Clear error database.
(self)
Source
from the content-addressed store, hash-verified
348
}
349
350
def
clear(self):
351
""
"Clear error database."
""
352
self._cache = {}
353
self.state.delete(
"error_database"
)
354
info(
"Error database cleared"
)
355
356
357
# Global singleton
Callers
nothing calls this directly
Calls
2
info
Function · 0.90
delete
Method · 0.80
Tested by
no test coverage detected