| 200 | /// It provides methods to manipulate the array. |
| 201 | #[derive(Clone)] |
| 202 | pub struct ChildrenArray(ArrayRef); |
| 203 | |
| 204 | impl ChildrenArray { |
| 205 | pub fn from_array(array: ArrayRef) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected