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

Function lean_byte_array_fget

src/sarray/byte.rs:39–41  ·  view source on GitHub ↗
(a: b_lean_obj_arg, i: b_lean_obj_arg)

Source from the content-addressed store, hash-verified

37
38#[inline(always)]
39pub unsafe fn lean_byte_array_fget(a: b_lean_obj_arg, i: b_lean_obj_arg) -> u8 {
40 lean_byte_array_uget(a, lean_unbox(i))
41}
42
43#[inline(always)]
44pub unsafe fn lean_byte_array_uset(a: lean_obj_arg, i: usize, v: u8) -> *mut lean_object {

Callers

nothing calls this directly

Calls 2

lean_byte_array_ugetFunction · 0.85
lean_unboxFunction · 0.85

Tested by

no test coverage detected