Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ id
Method
id
core/src/agent_api/session_view.rs:31–33 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
29
}
30
31
pub(super) fn id(&self) -> &'a str {
32
&self.session.session_id
33
}
34
35
pub(super) fn workspace(&self) -> &'a Path {
36
&self.session.workspace
Callers
5
test_cancel_run_only_cancels_matching_current_run
Function · 0.45
test_close_cancels_in_flight_send
Function · 0.45
test_session_cancel_token_propagates_to_in_flight_run
Function · 0.45
start
Method · 0.45
cancel_run
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_cancel_run_only_cancels_matching_current_run
Function · 0.36
test_close_cancels_in_flight_send
Function · 0.36
test_session_cancel_token_propagates_to_in_flight_run
Function · 0.36