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

Function lean_string_len

src/string.rs:43–45  ·  view source on GitHub ↗
(o: b_lean_obj_arg)

Source from the content-addressed store, hash-verified

41
42#[inline(always)]
43pub unsafe fn lean_string_len(o: b_lean_obj_arg) -> usize {
44 *raw_field!(lean_to_string(o), lean_string_object, m_length)
45}
46
47#[inline(always)]
48pub unsafe fn lean_string_data_byte_size(o: *mut lean_object) -> usize {

Callers 1

lean_string_lengthFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected