(&self, name_hash: u64)
| 214 | /// Return `true` when any binding for the hashed action is released this frame. |
| 215 | #[inline] |
| 216 | pub fn released_hash(&self, name_hash: u64) -> bool { |
| 217 | self.ipt.action_released_hash(name_hash) |
| 218 | } |
| 219 | |
| 220 | /// Queue a live rebind for the named action. |
| 221 | #[inline] |
no test coverage detected