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

Method get_lane_handler

core/src/session_lane_queue.rs:316–323  ·  view source on GitHub ↗
(&self, lane: SessionLane)

Source from the content-addressed store, hash-verified

314 }
315
316 pub async fn get_lane_handler(&self, lane: SessionLane) -> LaneHandlerConfig {
317 self.lane_handlers
318 .read()
319 .await
320 .get(&lane)
321 .cloned()
322 .unwrap_or_default()
323 }
324
325 /// Submit a command to a specific lane
326 pub async fn submit(

Callers 3

submitMethod · 0.80
statsMethod · 0.80
test_lane_handler_configFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

test_lane_handler_configFunction · 0.64