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

Method enable_alerts

sdk/python/src/lib.rs:5742–5744  ·  view source on GitHub ↗

Enable queue alerts.

(&mut self)

Source from the content-addressed store, hash-verified

5740
5741 /// Enable queue alerts.
5742 fn enable_alerts(&mut self) {
5743 self.inner = self.inner.clone().with_alerts();
5744 }
5745
5746 /// Set default timeout for commands (ms).
5747 fn set_timeout(&mut self, timeout_ms: u64) {

Callers

nothing calls this directly

Calls 2

with_alertsMethod · 0.80
cloneMethod · 0.45

Tested by

no test coverage detected