File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
collab-plugins/src/local_storage/kv Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ impl ViewsMap {
256256 self . get_view_with_txn ( txn, view_id, uid)
257257 }
258258
259- /// Return the orphan views.
259+ /// Return the orphan views.d
260260 /// The orphan views are the views that its parent_view_id equal to its view_id.
261261 pub fn get_orphan_views_with_txn < T : ReadTxn > ( & self , txn : & T , uid : i64 ) -> Vec < Arc < View > > {
262262 self
Original file line number Diff line number Diff line change 3131 let doc_state_key = make_doc_state_key ( doc_id) ;
3232 let sv_key = make_state_vector_key ( doc_id) ;
3333
34- info ! ( "new doc:{:?}, doc state len:{}" , object_id, doc_state. len( ) ) ;
3534 self . insert ( doc_state_key, doc_state) ?;
3635 self . insert ( sv_key, sv) ?;
3736
5453 let doc_state_key = make_doc_state_key ( doc_id) ;
5554 let sv_key = make_state_vector_key ( doc_id) ;
5655
57- info ! ( "new doc:{:?}, doc state len:{}" , object_id, doc_state. len( ) ) ;
5856 self . insert ( doc_state_key, doc_state) ?;
5957 self . insert ( sv_key, state_vector) ?;
6058
You can’t perform that action at this time.
0 commit comments