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

Class ArrayMap

collab/src/core/any_array.rs:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9/// A wrapper around an `ArrayRef` that allows to store `AnyMap` in it.
10#[derive(Default, Debug)]
11pub struct ArrayMap(pub Vec<AnyMap>);
12
13impl ArrayMap {
14 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected