fn children()
in
src/pre_fetch.rs [49:51]
3
lines of code
1
McCabe index (conditional complexity)
fn children(&self) -> Vec<&Arc<dyn ExecutionPlan>> { vec![&self.input] }