MCPcopy Create free account
hub / github.com/influxdata/influxdb / initialized_bytes

Method initialized_bytes

core/linear_buffer/src/linear_buffer.rs:114–116  ·  view source on GitHub ↗

Number of initialized bytes.

(&self)

Source from the content-addressed store, hash-verified

112
113 /// Number of initialized bytes.
114 pub fn initialized_bytes(&self) -> usize {
115 self.first_uninit_element
116 }
117
118 /// Checks if this is the only slice pointing to the underlying allocation.
119 ///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected