MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / is_bitemporal

Method is_bitemporal

nodedb/src/engine/document/store/engine/batch.rs:45–47  ·  view source on GitHub ↗
(&self, collection: &str)

Source from the content-addressed store, hash-verified

43 }
44
45 pub(super) fn is_bitemporal(&self, collection: &str) -> bool {
46 self.configs.get(collection).is_some_and(|c| c.bitemporal)
47 }
48
49 /// Drop all secondary index entries for a field across the entire collection.
50 pub fn drop_field_index(&self, collection: &str, field: &str) -> crate::Result<usize> {

Callers 4

deleteMethod · 0.45
put_rawMethod · 0.45
getMethod · 0.45
get_rawMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected