MCPcopy 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
447def 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
457def teardown():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected