Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ Session
Class
Session
sdk/node/src/lib.rs:3202–3204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3200
/// Workspace-bound session. All LLM and tool operations happen here.
3201
#[napi]
3202
pub struct Session {
3203
inner: Arc<RustAgentSession>,
3204
}
3205
3206
#[napi]
3207
impl Session {
Callers
9
test_code_error_session
Function · 0.50
load_session_data
Function · 0.50
load_artifacts
Function · 0.50
load_trace_events
Function · 0.50
load_run_records
Function · 0.50
load_subagent_tasks
Function · 0.50
load_verification_reports
Function · 0.50
resume_session
Function · 0.50
resume_run
Function · 0.50
Calls
no outgoing calls
Tested by
1
test_code_error_session
Function · 0.40