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

File array_wrapper.rs

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

Source from the content-addressed store, hash-verified

1use std::ops::{Deref, DerefMut};
2
3use crate::core::value::YrsValueExtension;
4use anyhow::Result;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected