(&mut self, path: P)
| 280 | false |
| 281 | } |
| 282 | #[deprecated(note = "use scene_drop_preloaded_by_path")] |
| 283 | fn scene_free_preloaded_by_path(&mut self, _path: &str) -> bool { |
| 284 | false |
| 285 | } |
| 286 | #[deprecated(note = "use scene_drop_preloaded_by_path_hash")] |
| 287 | fn scene_free_preloaded_by_path_hash(&mut self, path_hash: u64, path: &str) -> bool { |
| 288 | self.scene_drop_preloaded_by_path_hash(path_hash, path) |
nothing calls this directly
no test coverage detected