MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / get

Function get

native/watchos/src/models.rs:149–152  ·  view source on GitHub ↗
(handle: u32)

Source from the content-addressed store, hash-verified

147}
148
149pub fn get(handle: u32) -> Option<Arc<Model>> {
150 let reg = MODELS.lock().unwrap();
151 reg.get(handle as usize).and_then(|m| m.as_ref().cloned())
152}
153
154// ---------- GLB parsing ----------
155

Callers 15

bloom_scene_attach_modelFunction · 0.85
bloom_layer_classFunction · 0.85
scene_will_connectFunction · 0.85
perry_scene_will_connectFunction · 0.85
register_scene_delegateFunction · 0.85
bloom_init_windowFunction · 0.85
bloom_set_window_iconFunction · 0.85
bloom_layer_classFunction · 0.85
bloom_vc_preferred_focusFunction · 0.85
bloom_app_send_eventFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected