Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ with_bitemporal
Method
with_bitemporal
nodedb/src/engine/document/store/config.rs:37–40 ·
view source on GitHub ↗
(mut self, on: bool)
Source
from the content-addressed store, hash-verified
35
}
36
37
pub fn with_bitemporal(mut self, on: bool) -> Self {
38
self.bitemporal = on;
39
self
40
}
41
42
pub fn with_index(mut self, path: &str) -> Self {
43
self.index_paths.push(IndexPath::new(path));
Callers
5
register
Function · 0.80
secondary_index_reflects_each_version_independently
Function · 0.80
bitemporal_put_and_current_get_roundtrip
Function · 0.80
bitemporal_delete_appends_tombstone_so_current_get_is_none
Function · 0.80
bitemporal_multiple_puts_retain_history_via_versioned_get_as_of
Function · 0.80
Calls
no outgoing calls
Tested by
5
register
Function · 0.64
secondary_index_reflects_each_version_independently
Function · 0.64
bitemporal_put_and_current_get_roundtrip
Function · 0.64
bitemporal_delete_appends_tombstone_so_current_get_is_none
Function · 0.64
bitemporal_multiple_puts_retain_history_via_versioned_get_as_of
Function · 0.64