MCPcopy Index your code
hub / github.com/ChrisFeldmeier/OpenCodeRust / do_publish_bus

Method do_publish_bus

crates/opencode-tool/src/tool.rs:527–531  ·  view source on GitHub ↗
(&self, event_type: &str, properties: serde_json::Value)

Source from the content-addressed store, hash-verified

525 }
526
527 pub async fn do_publish_bus(&self, event_type: &str, properties: serde_json::Value) {
528 if let Some(ref callback) = self.publish_bus {
529 callback(event_type.to_string(), properties).await;
530 }
531 }
532
533 pub fn with_update_part<F, Fut>(mut self, callback: F) -> Self
534 where

Callers 4

executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected