MCPcopy Create free account
hub / github.com/PerroEngine/Perro / preload

Method preload

perro_source/api_modules/perro_runtime_api/src/sub_apis/scene.rs:282–285  ·  view source on GitHub ↗
(&mut self, path: P)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls 3

into_scene_pathMethod · 0.80
scene_preloadMethod · 0.45
as_refMethod · 0.45

Tested by

no test coverage detected