(o: *mut lean_object)
| 46 | |
| 47 | #[inline(always)] |
| 48 | pub unsafe fn lean_string_data_byte_size(o: *mut lean_object) -> usize { |
| 49 | core::mem::size_of::<lean_string_object>() + lean_string_size(o) |
| 50 | } |
| 51 | |
| 52 | #[inline(always)] |
| 53 | pub unsafe fn lean_string_length(o: b_lean_obj_arg) -> lean_obj_res { |
nothing calls this directly
no test coverage detected