MCPcopy Create free account
hub / github.com/StackStorm/st2 / main

Function main

st2common/st2common/content/bootstrap.py:461–464  ·  view source on GitHub ↗
(argv)

Source from the content-addressed store, hash-verified

459
460
461def main(argv):
462 setup(argv)
463 register_content()
464 teardown()
465
466
467# This script registers actions and rules from content-packs.

Callers 1

bootstrap.pyFile · 0.70

Calls 3

register_contentFunction · 0.85
setupFunction · 0.70
teardownFunction · 0.70

Tested by

no test coverage detected