MCPcopy 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

Calls

no outgoing calls