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

Function bloom_commit_sound

native/android/src/lib.rs:1636–1641  ·  view source on GitHub ↗
(staging_handle: f64)

Source from the content-addressed store, hash-verified

1634
1635#[no_mangle]
1636pub extern "C" fn bloom_commit_sound(staging_handle: f64) -> f64 {
1637 match bloom_shared::staging::take_sound(staging_handle) {
1638 Some(sd) => engine().audio.load_sound(sd),
1639 None => 0.0,
1640 }
1641}
1642
1643#[no_mangle]
1644pub extern "C" fn bloom_commit_music(staging_handle: f64) -> f64 {

Callers

nothing calls this directly

Calls 3

take_soundFunction · 0.85
load_soundMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected