Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/OpenBMB/ChatDev
/ load_error
Method
load_error
utils/function_catalog.py:108–110 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
106
107
@property
108
def
load_error(self) -> Exception | None:
109
self._ensure_loaded()
110
return
self._load_error
111
112
113
_catalog_registry: Dict[Path, FunctionCatalog] = {}
Callers
nothing calls this directly
Calls
1
_ensure_loaded
Method · 0.95
Tested by
no test coverage detected