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

Function bloom_commit_sound

native/ios/src/lib.rs:2183–2188  ·  view source on GitHub ↗
(staging_handle: f64)

Source from the content-addressed store, hash-verified

2181
2182#[no_mangle]
2183pub extern "C" fn bloom_commit_sound(staging_handle: f64) -> f64 {
2184 match bloom_shared::staging::take_sound(staging_handle) {
2185 Some(sd) => engine().audio.load_sound(sd),
2186 None => 0.0,
2187 }
2188}
2189
2190#[no_mangle]
2191pub extern "C" fn bloom_commit_music(staging_handle: f64) -> f64 {

Callers 2

loadSoundAsyncFunction · 0.50
commitSoundFunction · 0.50

Calls 3

take_soundFunction · 0.85
load_soundMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected