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

Class ArrayRefWrapper

collab/src/core/array_wrapper.rs:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12#[derive(Clone)]
13pub struct ArrayRefWrapper {
14 array_ref: ArrayRef,
15 pub collab_ctx: CollabContext,
16}
17
18impl ArrayRefWrapper {
19 pub fn new(array_ref: ArrayRef, collab_ctx: CollabContext) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected