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

Method priority_for

nodedb/src/bridge/dispatch.rs:51–53  ·  view source on GitHub ↗
(&self, _database_id: u64)

Source from the content-addressed store, hash-verified

49
50impl DatabasePriorityResolver for DefaultPriorityResolver {
51 fn priority_for(&self, _database_id: u64) -> PriorityClass {
52 PriorityClass::Standard
53 }
54}
55
56/// A pair of SPSC channels for one Data Plane core, augmented with a

Callers 2

dispatchMethod · 0.80
dispatch_to_coreMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected