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

Method lane_id

core/src/session_lane_queue.rs:39–46  ·  view source on GitHub ↗

Get a3s-lane lane ID string

(self)

Source from the content-addressed store, hash-verified

37impl SessionLane {
38 /// Get a3s-lane lane ID string
39 fn lane_id(self) -> &'static str {
40 match self {
41 SessionLane::Control => "control",
42 SessionLane::Query => "query",
43 SessionLane::Execute => "skill",
44 SessionLane::Generate => "prompt",
45 }
46 }
47
48 /// Get priority value (lower = higher priority)
49 fn lane_priority(self) -> u8 {

Callers 2

build_queue_managerMethod · 0.80
submitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected