(o: *mut lean_object)
| 14 | |
| 15 | #[inline(always)] |
| 16 | pub unsafe fn lean_string_capacity(o: *mut lean_object) -> usize { |
| 17 | *raw_field!(lean_to_string(o), lean_string_object, m_capacity) |
| 18 | } |
| 19 | |
| 20 | #[inline(always)] |
| 21 | pub unsafe fn lean_string_byte_size(o: *mut lean_object) -> usize { |
no outgoing calls
no test coverage detected