-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
code:todoA TODO/FIXME comment in code.A TODO/FIXME comment in code.
Description
bones/framework_crates/bones_ecs/src/components/untyped.rs
Lines 503 to 510 in 4d96146
| return Err(QuerySingleError::MultipleEntities); | |
| } | |
| // TODO: add unchecked variant to avoid redundant validation | |
| self.get_idx(i).ok_or(QuerySingleError::NoEntities) | |
| } | |
| /// Get a mutable reference to the component store if there is exactly one instance of the | |
| /// component. |
This issue was generated by todo-issue based on a TODO comment in 4d96146.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
code:todoA TODO/FIXME comment in code.A TODO/FIXME comment in code.