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

Method with_alerts

core/src/queue.rs:338–341  ·  view source on GitHub ↗

Enable queue alerts

(mut self)

Source from the content-addressed store, hash-verified

336
337 /// Enable queue alerts
338 pub fn with_alerts(mut self) -> Self {
339 self.enable_alerts = true;
340 self
341 }
342
343 /// Set default timeout for commands
344 pub fn with_timeout(mut self, timeout_ms: u64) -> Self {

Callers 4

build_queue_managerMethod · 0.80
enable_alertsMethod · 0.80
js_queue_config_to_rustFunction · 0.80

Calls

no outgoing calls

Tested by 1