Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: bidirectional references (non-batched operations) #345
base: develop
Are you sure you want to change the base?
feat: bidirectional references (non-batched operations) #345
Changes from 1 commit
dd43d6f
fe66ee7
719b44f
56527e7
2690876
2270849
49653b8
a30f421
368bf2b
11ddb90
5b4295f
1709097
3206a35
2b565be
63d319b
a319368
84165ae
c9edeee
bad5b4b
813ba41
f88534c
c313e25
4e99d90
2b5d557
d78f65c
15a56fd
fa68477
5273c79
3df372c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 677 in grovedb/src/batch/mod.rs
method `get_batch_run_mode` is never used
Check warning on line 689 in grovedb/src/batch/mod.rs
this function has too many arguments (8/7)
Check warning on line 752 in grovedb/src/batch/mod.rs
this function has too many arguments (8/7)
Check warning on line 971 in grovedb/src/batch/mod.rs
this function has too many arguments (9/7)
Check warning on line 2075 in grovedb/src/batch/mod.rs
this function has too many arguments (8/7)
Check warning on line 2449 in grovedb/src/batch/mod.rs
this function has too many arguments (8/7)
Check warning on line 19 in grovedb/src/bidirectional_references.rs
constant `META_BACKWARD_REFERENCES_PREFIX` is never used
Check warning on line 19 in grovedb/src/bidirectional_references.rs
constants have by default a `'static` lifetime
Check warning on line 41 in grovedb/src/bidirectional_references.rs
the following explicit lifetimes could be elided: 'c, 'db
Check warning on line 41 in grovedb/src/bidirectional_references.rs
associated items `remove_backward_reference` and `remove_backward_reference_resolved` are never used
Check warning on line 75 in grovedb/src/bidirectional_references.rs
the following explicit lifetimes could be elided: 'db, 'c
Check warning on line 84 in grovedb/src/bidirectional_references.rs
this expression creates a reference which is immediately dereferenced by the compiler
Check warning on line 114 in grovedb/src/bidirectional_references.rs
this lifetime isn't used in the function definition
Check warning on line 114 in grovedb/src/bidirectional_references.rs
the following explicit lifetimes could be elided: 'db
Check warning on line 114 in grovedb/src/bidirectional_references.rs
function `process_bidirectional_reference_insertion` is never used
Check warning on line 221 in grovedb/src/bidirectional_references.rs
this expression creates a reference which is immediately dereferenced by the compiler
Check warning on line 279 in grovedb/src/bidirectional_references.rs
function `process_update_element_with_backward_references` is never used
Check warning on line 312 in grovedb/src/bidirectional_references.rs
this expression creates a reference which is immediately dereferenced by the compiler
Check warning on line 348 in grovedb/src/bidirectional_references.rs
this expression creates a reference which is immediately dereferenced by the compiler
Check warning on line 390 in grovedb/src/bidirectional_references.rs
function `delete_backward_references_recursively` is never used
Check warning on line 464 in grovedb/src/bidirectional_references.rs
function `propagate_backward_references` is never used
Check warning on line 525 in grovedb/src/bidirectional_references.rs
associated items `serialize` and `deserialize` are never used
Check warning on line 540 in grovedb/src/bidirectional_references.rs
type alias `Prefix` is never used
Check warning on line 542 in grovedb/src/bidirectional_references.rs
function `make_meta_prefix` is never used
Check warning on line 554 in grovedb/src/bidirectional_references.rs
the following explicit lifetimes could be elided: 'db, 'c
Check warning on line 554 in grovedb/src/bidirectional_references.rs
function `get_backward_references_bitvec` is never used
Check warning on line 593 in grovedb/src/bidirectional_references.rs
the following explicit lifetimes could be elided: 'db, 'c
Check warning on line 593 in grovedb/src/bidirectional_references.rs
function `add_backward_reference` is never used
Check warning on line 634 in grovedb/src/bidirectional_references.rs
the following explicit lifetimes could be elided: 'db, 'c
Check warning on line 634 in grovedb/src/bidirectional_references.rs
function `get_backward_references` is never used
Check warning on line 346 in grovedb/src/debugger.rs
this expression creates a reference which is immediately dereferenced by the compiler