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

Function lean_string_capacity

src/string.rs:16–18  ·  view source on GitHub ↗
(o: *mut lean_object)

Source from the content-addressed store, hash-verified

14
15#[inline(always)]
16pub 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)]
21pub unsafe fn lean_string_byte_size(o: *mut lean_object) -> usize {

Callers 1

lean_string_byte_sizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected