MCPcopy
hub / github.com/Agenta-AI/agenta / error

Method error

api/oss/src/utils/logging.py:249–250  ·  view source on GitHub ↗
(self, *a, **k)

Source from the content-addressed store, hash-verified

247 self._log("warn", *a, **k)
248
249 def error(self, *a, **k):
250 self._log("error", *a, **k)
251
252 def critical(self, *a, **k):
253 self._log("critical", *a, **k)

Callers 15

wrapperFunction · 0.45
pushFunction · 0.45
_make_spans_treeFunction · 0.45
parse_ref_id_to_uuidFunction · 0.45
parse_ref_slug_to_strFunction · 0.45
parse_trace_id_to_uuidFunction · 0.45
parse_span_id_to_uuidFunction · 0.45
parse_span_kind_to_enumFunction · 0.45

Calls 1

_logMethod · 0.95

Tested by 8

_validate_testset_limitsFunction · 0.36
upload_fileFunction · 0.36
import_testsetFunction · 0.36
create_testsetFunction · 0.36
update_testsetFunction · 0.36
get_testsetsFunction · 0.36
get_single_testsetFunction · 0.36
delete_testsetsFunction · 0.36