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

Method as_engine_limits

nodedb/src/config/engine.rs:183–185  ·  view source on GitHub ↗

Borrow the per-engine map.

(&self)

Source from the content-addressed store, hash-verified

181
182 /// Borrow the per-engine map.
183 pub fn as_engine_limits(&self) -> &HashMap<EngineId, usize> {
184 &self.per_engine
185 }
186}
187
188#[cfg(test)]

Callers 1

init_governorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected