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

Function lean_array_sz

src/array/high_level.rs:5–9  ·  view source on GitHub ↗
(a: lean_obj_arg)

Source from the content-addressed store, hash-verified

3
4#[inline]
5pub unsafe fn lean_array_sz(a: lean_obj_arg) -> *mut lean_object {
6 let r = lean_box(lean_array_size(a));
7 lean_dec(a);
8 r
9}
10
11#[inline(always)]
12pub unsafe fn lean_array_get_size(a: b_lean_obj_arg) -> *mut lean_object {

Callers

nothing calls this directly

Calls 3

lean_boxFunction · 0.85
lean_array_sizeFunction · 0.85
lean_decFunction · 0.85

Tested by

no test coverage detected