Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/URLab-Sim/UnrealRoboticsLab
/ _find_writes
Function
_find_writes
Scripts/codegen/tests/test_subclass_emission.py:19–20 ·
view source on GitHub ↗
(writes, suffix)
Source
from the content-addressed store, hash-verified
17
18
19
def
_find_writes(writes, suffix):
20
return
[w
for
w in writes
if
w.path.endswith(suffix)]
21
22
23
def
test_actuator_subclass_count(real_schema, real_rules, real_mjspec):
Callers
6
test_actuator_subclass_count
Function · 0.85
test_subclass_header_has_codegen_tags
Function · 0.85
test_subclass_source_has_super_export
Function · 0.85
test_actuator_subclass_calls_mjs_set_to
Function · 0.85
test_new_geom_subtypes_emitted
Function · 0.85
test_new_sensor_subtypes_emitted
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected