MCPcopy Create free account
hub / github.com/AI45Lab/Code / run_id

Method run_id

core/src/agent_api/runtime_events.rs:168–170  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

166 }
167
168 pub(super) fn run_id(&self) -> &str {
169 &self.run_id
170 }
171
172 pub(super) async fn set_cancel_token(&self, token: tokio_util::sync::CancellationToken) {
173 *self.cancel_token.lock().await = Some(token);

Callers 3

completeMethod · 0.80
worker_stateMethod · 0.80
wrapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected