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

Function _blueprint_prop_badge

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

Source from the content-addressed store, hash-verified

62 return '—'
63
64def _blueprint_prop_badge(prop: dict) -> str:
65 if prop.get('is_blueprint_read_write'):
66 return '🔵 ReadWrite'
67 if prop.get('is_blueprint_read_only'):
68 return '🟢 ReadOnly'
69 return '—'
70
71def _blueprint_fn_badge(fn: dict) -> str:
72 parts = []

Callers 1

_render_classFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected