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

Function _editor_badge

Scripts/emit_docs.py:57–62  ·  view source on GitHub ↗
(prop: dict)

Source from the content-addressed store, hash-verified

55 return s
56
57def _editor_badge(prop: dict) -> str:
58 if prop.get('is_edit_anywhere'):
59 return '✏️ EditAnywhere'
60 if prop.get('is_visible_anywhere'):
61 return '👁 VisibleAnywhere'
62 return '—'
63
64def _blueprint_prop_badge(prop: dict) -> str:
65 if prop.get('is_blueprint_read_write'):

Callers 1

_render_classFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected