Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
def
_diag_add(message: str, *, source: str =
""
) -> None:
80
_DIAGS_BUFFER.add(message, source=source)
81
82
83
def
_diag_flush() -> None:
Callers
15
_check_brace_balance
Function · 0.90
_inject_tags_into_cpp
Function · 0.90
_inject_or_diag
Function · 0.90
_canon_import_block
Function · 0.90
_canon_export_block
Function · 0.90
_emit_xml_enum_property_decls
Function · 0.90
_audit_banner_safety
Function · 0.90
emit_subclass_files
Function · 0.90
emit_base_class_injection
Function · 0.90
_view_field_type_cpp
Function · 0.90
_expand_stride
Function · 0.90
_emit_synthetic_struct_files
Function · 0.90
Calls
1
add
Method · 0.80
Tested by
no test coverage detected