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

Function bloom_commit_sound

native/linux/src/lib.rs:2438–2443  ·  view source on GitHub ↗
(staging_handle: f64)

Source from the content-addressed store, hash-verified

2436
2437#[no_mangle]
2438pub extern "C" fn bloom_commit_sound(staging_handle: f64) -> f64 {
2439 match bloom_shared::staging::take_sound(staging_handle) {
2440 Some(sd) => engine().audio.load_sound(sd),
2441 None => 0.0,
2442 }
2443}
2444
2445#[no_mangle]
2446pub 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