MCPcopy 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));

Calls

no outgoing calls