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

Function _wrap

Scripts/codegen/generate_ue_components.py:666–670  ·  view source on GitHub ↗
(body: str)

Source from the content-addressed store, hash-verified

664 op_body = op["per_elem"]
665
666 def _wrap(body: str) -> str:
667 return _guarded_export(toggle, body,
668 extra_cond=condition,
669 extra_cond_first=True,
670 multiline=True)
671
672 if "slot" in packed_def:
673 slot = packed_def["slot"]

Callers 1

_emit_data_packed_exportFunction · 0.85

Calls 1

_guarded_exportFunction · 0.85

Tested by

no test coverage detected