Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/digama0/lean-sys
/ lean_sarray_cptr
Function
lean_sarray_cptr
src/sarray/mod.rs:54–56 ·
view source on GitHub ↗
(o: *mut lean_object)
Source
from the content-addressed store, hash-verified
52
53
#[inline(always)]
54
pub unsafe fn lean_sarray_cptr(o: *mut lean_object) -> *mut u8 {
55
raw_field!(lean_to_sarray(o), lean_sarray_object, m_data) as *mut _
56
}
Callers
3
lean_byte_array_uget
Function · 0.85
lean_byte_array_uset
Function · 0.85
lean_float_array_cptr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected