MCPcopy Create free account
hub / github.com/SoftbearStudios/bitcode / end_ptr

Method end_ptr

src/fast.rs:124–127  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

122 /// Get a pointer to write to without incrementing length.
123 #[inline(always)]
124 pub fn end_ptr(&mut self) -> *mut T {
125 debug_assert!(self.end <= self.capacity);
126 self.end
127 }
128
129 /// Set the end_ptr after mutating it.
130 #[inline(always)]

Callers 7

encodeMethod · 0.80
encodeMethod · 0.80
encode_vectoredMethod · 0.80
encodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected