MCPcopy Create free account
hub / github.com/bluejekyll/wasmtime-java / add_f64

Function add_f64

tests/math/src/lib.rs:27–29  ·  view source on GitHub ↗
(a: f64, b: f64)

Source from the content-addressed store, hash-verified

25
26#[no_mangle]
27pub extern "C" fn add_f64(a: f64, b: f64) -> f64 {
28 a + b
29}
30
31#[cfg(test)]
32mod tests {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…