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

Method start

core/src/session_lane_queue.rs:306–311  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

304 }
305
306 pub async fn start(&self) -> Result<()> {
307 self.manager
308 .start()
309 .await
310 .map_err(|e| anyhow::anyhow!("Lane manager start failed: {}", e))
311 }
312 pub async fn set_lane_handler(&self, lane: SessionLane, config: LaneHandlerConfig) {
313 self.lane_handlers.write().await.insert(lane, config);
314 }

Callers 4

test_submit_and_executeFunction · 0.45
test_statsFunction · 0.45
test_submit_by_toolFunction · 0.45
test_metrics_snapshotFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_submit_and_executeFunction · 0.36
test_statsFunction · 0.36
test_submit_by_toolFunction · 0.36
test_metrics_snapshotFunction · 0.36