MCPcopy Index your code
hub / github.com/AI45Lab/Code / handler_config

Method handler_config

core/src/queue.rs:320–322  ·  view source on GitHub ↗

Get handler config for a lane (returns default if not configured)

(&self, lane: SessionLane)

Source from the content-addressed store, hash-verified

318
319 /// Get handler config for a lane (returns default if not configured)
320 pub fn handler_config(&self, lane: SessionLane) -> LaneHandlerConfig {
321 self.lane_handlers.get(&lane).cloned().unwrap_or_default()
322 }
323
324 /// Enable dead letter queue with optional max size
325 pub fn with_dlq(mut self, max_size: Option<usize>) -> Self {

Callers 2

newMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 1