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

Method is_bitemporal

nodedb-crdt/src/validator/core.rs:68–70  ·  view source on GitHub ↗

Is the given collection registered as bitemporal?

(&self, collection: &str)

Source from the content-addressed store, hash-verified

66
67 /// Is the given collection registered as bitemporal?
68 pub fn is_bitemporal(&self, collection: &str) -> bool {
69 self.bitemporal_collections.contains(collection)
70 }
71
72 /// Access the dead-letter queue.
73 pub fn dlq(&self) -> &DeadLetterQueue {

Callers 3

insertMethod · 0.45
insert_with_surrogateMethod · 0.45
check_uniqueMethod · 0.45

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected