Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppFlowy-IO/AppFlowy-Collab
/ array_ref
Method
array_ref
collab/src/core/array_wrapper.rs:174–176 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
172
173
impl ArrayRefExtension for ArrayRef {
174
fn array_ref(&self) -> &ArrayRef {
175
self
176
}
177
}
Callers
6
insert_map_with_txn
Method · 0.45
insert_map_at_index_with_txn
Method · 0.45
mut_map_element_with_txn
Method · 0.45
position_with_txn
Method · 0.45
remove_with_id
Method · 0.45
clear
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected