Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/geldata/gel
/ report_error
Method
report_error
tests/test_docs.py:102–103 ·
view source on GitHub ↗
(self, message: str)
Source
from the content-addressed store, hash-verified
100
)
101
102
def
report_error(self, message: str):
103
self._errors.append(f
'{self._filename}:{self._line_no}: {message}'
)
104
105
def
raise_errors_if_any(self):
106
if
self._errors:
Callers
1
test_cqa_doc_substitutions
Method · 0.80
Calls
1
append
Method · 0.45
Tested by
no test coverage detected