MCPcopy Index your code
hub / github.com/StackStorm/st2 / main

Function main

tools/migrate_rules_to_include_pack.py:145–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143
144
145def main():
146 config.parse_args()
147
148 # Connect to db.
149 db_setup()
150
151 # Migrate rules.
152 migrate_rules()
153
154 # Disconnect from db.
155 db_teardown()
156
157
158if __name__ == "__main__":

Calls 3

migrate_rulesFunction · 0.85
db_setupFunction · 0.50
db_teardownFunction · 0.50

Tested by

no test coverage detected