MCPcopy Create free account
hub / github.com/elastic/devfiler / todo

Method todo

src/storage/rkyvtree.rs:137–143  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

135 V: rkyv::Archive,
136{
137 fn todo(&self) -> TodoVec {
138 let mut todo = SmallVec::new();
139 if !self.data.is_empty() {
140 todo.push((0, self.data.len()));
141 }
142 todo
143 }
144
145 /// Queries the interval tree for all elements overlapping a given interval.
146 ///

Callers 2

queryMethod · 0.80
query_pointMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected