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

Function tid

nodedb-graph/src/sharded.rs:175–177  ·  view source on GitHub ↗
(n: u64)

Source from the content-addressed store, hash-verified

173 use super::*;
174
175 fn tid(n: u64) -> TenantId {
176 TenantId::new(n)
177 }
178
179 #[test]
180 fn empty_sharded_has_no_partitions() {

Calls

no outgoing calls