MCPcopy Create free account
hub / github.com/AppFlowy-IO/AppFlowy-Collab / ChildrenArray

Class ChildrenArray

collab/src/folder/relation.rs:202–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200/// It provides methods to manipulate the array.
201#[derive(Clone)]
202pub struct ChildrenArray(ArrayRef);
203
204impl ChildrenArray {
205 pub fn from_array(array: ArrayRef) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected