MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / get_error_database

Function get_error_database

core/error_database.py:361–366  ·  view source on GitHub ↗

Get the global error database.

()

Source from the content-addressed store, hash-verified

359
360
361def get_error_database() -> ErrorDatabase:
362 """Get the global error database."""
363 global _error_db
364 if _error_db is None:
365 _error_db = ErrorDatabase()
366 return _error_db
367
368
369def reset_error_database():

Callers 1

__init__Method · 0.90

Calls 1

ErrorDatabaseClass · 0.85

Tested by

no test coverage detected