Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
use std::ops::{Deref, DerefMut};
2
3
use crate::core::value::YrsValueExtension;
4
use anyhow::Result;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected