Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ get_sensor_cud_queue
Function
get_sensor_cud_queue
st2common/st2common/transport/reactor.py:122–123 ·
view source on GitHub ↗
(name, routing_key)
Source
from the content-addressed store, hash-verified
120
121
122
def
get_sensor_cud_queue(name, routing_key):
123
return
Queue(name, SENSOR_CUD_XCHG, routing_key=routing_key)
Callers
nothing calls this directly
Calls
1
Queue
Class · 0.90
Tested by
no test coverage detected