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

Method set_lane_handler

core/src/agent_api/session_queue.rs:25–29  ·  view source on GitHub ↗
(&self, lane: SessionLane, config: LaneHandlerConfig)

Source from the content-addressed store, hash-verified

23 }
24
25 pub(super) async fn set_lane_handler(&self, lane: SessionLane, config: LaneHandlerConfig) {
26 if let Some(queue) = &self.session.command_queue {
27 queue.set_lane_handler(lane, config).await;
28 }
29 }
30
31 pub(super) async fn complete_external_task(
32 &self,

Callers 1

Calls

no outgoing calls

Tested by 1