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

Method is_stopped

sdk/python/src/lib.rs:1041–1043  ·  view source on GitHub ↗

Whether `stop()` has been called on this handle.

(&self)

Source from the content-addressed store, hash-verified

1039
1040 /// Whether `stop()` has been called on this handle.
1041 fn is_stopped(&self) -> bool {
1042 self.cancel.is_cancelled()
1043 }
1044}
1045
1046/// AI coding agent. Create with `Agent.create()`, then call `agent.session()`.

Callers 3

test_serve_real_scheduleFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_serve_real_scheduleFunction · 0.36