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

Class FileWrite

Scripts/codegen/_codegen_core.py:170–175  ·  view source on GitHub ↗

One file write the codegen would perform. Collected during the phase walk; ``apply_writes`` either flushes them to disk, prints diffs, or returns the count under ``--check``.

Source from the content-addressed store, hash-verified

168
169@dataclass
170class FileWrite:
171 """One file write the codegen would perform. Collected during the
172 phase walk; ``apply_writes`` either flushes them to disk, prints
173 diffs, or returns the count under ``--check``."""
174 path: str
175 content: str
176
177
178def override_toggle_name(prop_name: str) -> str:

Callers 10

_inject_tags_into_cppFunction · 0.90
emit_subclass_filesFunction · 0.90
emit_multi_uclassFunction · 0.90
emit_bind_h_injectionFunction · 0.90
emit_schema_for_testsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected