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

Class Diagnostic

Scripts/codegen/_codegen_core.py:35–39  ·  view source on GitHub ↗

A non-fatal codegen warning. Collected by ``_diag_add`` during a run and flushed once at the end via ``_diag_flush``.

Source from the content-addressed store, hash-verified

33
34@dataclass
35class Diagnostic:
36 """A non-fatal codegen warning. Collected by ``_diag_add`` during a
37 run and flushed once at the end via ``_diag_flush``."""
38 message: str
39 source: str = "" # short tag for grouping (e.g. "schema_drift")
40
41
42class DiagBuffer:

Callers 1

addMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected