Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ get_bus
Function
get_bus
uncommon_route/events.py:55–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
54
55
def
get_bus() -> EventBus:
56
global _bus
57
if
_bus is None:
58
_bus = EventBus()
59
return
_bus
60
61
62
def
reset_bus_for_tests() -> None:
Callers
4
handle_feedback
Function · 0.90
handle_events_stream
Function · 0.90
_handle_chat_core
Function · 0.90
_record_route_trace
Function · 0.90
Calls
1
EventBus
Class · 0.85
Tested by
no test coverage detected