MCPcopy Create free account
hub / github.com/digama0/lean-sys / lean_float_array_size

Function lean_float_array_size

src/sarray/float.rs:17–19  ·  view source on GitHub ↗
(a: b_lean_obj_arg)

Source from the content-addressed store, hash-verified

15
16#[inline(always)]
17pub unsafe fn lean_float_array_size(a: b_lean_obj_arg) -> lean_obj_res {
18 lean_box(lean_sarray_size(a))
19}
20
21#[inline(always)]
22pub unsafe fn lean_float_array_cptr(a: b_lean_obj_arg) -> *mut f64 {

Callers

nothing calls this directly

Calls 2

lean_boxFunction · 0.85
lean_sarray_sizeFunction · 0.85

Tested by

no test coverage detected