MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / split

Method split

crates/data-structures/src/slim_slice.rs:194–196  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

192 /// Split `self` into a raw pointer and the slice length.
193 #[inline]
194 fn split(self) -> (*mut T, usize) {
195 (self.ptr.as_ptr(), self.len as usize)
196 }
197
198 /// Dereferences this raw slice into a shared slice.
199 ///

Callers 15

getInitialsFunction · 0.80
getInitialsFunction · 0.80
authenticateTokenFunction · 0.80
index.tsFile · 0.80
RoomListFunction · 0.80
authenticateTokenFunction · 0.80
MessageInputFunction · 0.80
parsePathInfoFunction · 0.80
generateCombinedSummaryFunction · 0.80
normalizeStepTextFunction · 0.80
rewriteDocLinksFunction · 0.80
stripLineIndentFunction · 0.80

Calls

no outgoing calls

Tested by 6

typing_recursionFunction · 0.64
test_sql_connFunction · 0.64
run_cmdFunction · 0.64
read_logsFunction · 0.64