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

Function lean_sarray_size

src/sarray/mod.rs:37–39  ·  view source on GitHub ↗
(o: *const lean_object)

Source from the content-addressed store, hash-verified

35
36#[inline(always)]
37pub unsafe fn lean_sarray_size(o: *const lean_object) -> usize {
38 *raw_field!(lean_to_sarray(o as *mut _), lean_sarray_object, m_size)
39}
40
41#[inline(always)]
42pub unsafe fn lean_sarray_data_byte_size(o: *const lean_object) -> usize {

Callers 7

lean_byte_array_sizeFunction · 0.85
lean_byte_array_getFunction · 0.85
lean_byte_array_setFunction · 0.85
lean_float_array_sizeFunction · 0.85
lean_float_array_getFunction · 0.85
lean_float_array_setFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected