MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / _diag_add

Function _diag_add

Scripts/codegen/_codegen_core.py:79–80  ·  view source on GitHub ↗
(message: str, *, source: str = "")

Source from the content-addressed store, hash-verified

77
78
79def _diag_add(message: str, *, source: str = "") -> None:
80 _DIAGS_BUFFER.add(message, source=source)
81
82
83def _diag_flush() -> None:

Callers 15

_check_brace_balanceFunction · 0.90
_inject_tags_into_cppFunction · 0.90
_inject_or_diagFunction · 0.90
_canon_import_blockFunction · 0.90
_canon_export_blockFunction · 0.90
_audit_banner_safetyFunction · 0.90
emit_subclass_filesFunction · 0.90
_view_field_type_cppFunction · 0.90
_expand_strideFunction · 0.90

Calls 1

addMethod · 0.80

Tested by

no test coverage detected