Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ setup
Function
setup
st2common/st2common/content/bootstrap.py:447–454 ·
view source on GitHub ↗
(argv)
Source
from the content-addressed store, hash-verified
445
446
447
def
setup(argv):
448
common_setup(
449
config=config,
450
setup_db=True,
451
register_mq_exchanges=True,
452
register_internal_trigger_types=True,
453
ignore_register_config_opts_errors=True,
454
)
455
456
457
def
teardown():
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected