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

Method add

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

Source from the content-addressed store, hash-verified

49 self.fired_count: int = 0
50
51 def add(self, message: str, *, source: str = "") -> None:
52 self.pending.append(Diagnostic(message=message, source=source))
53
54 def flush(self) -> None:
55 """Print collected diagnostics to stderr, advance ``fired_count``

Callers 15

_get_depthFunction · 0.80
_append_expandedFunction · 0.80
get_inherited_membersFunction · 0.80
_parse_fileFunction · 0.80
_parse_bodyFunction · 0.80
emit_view_structsFunction · 0.80
_check_hand_enum_driftFunction · 0.80
_check_new_attr_typingFunction · 0.80
_walkFunction · 0.80

Calls 1

DiagnosticClass · 0.85

Tested by

no test coverage detected