MCPcopy Create free account
hub / github.com/breach/thrust / update_submodules

Function update_submodules

scripts/bootstrap.py:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42
43
44def update_submodules():
45 execute(['git', 'submodule', 'sync'])
46 execute(['git', 'submodule', 'update', '--init', '--recursive'])
47
48
49def bootstrap_brightray(url):

Callers 1

mainFunction · 0.85

Calls 1

executeFunction · 0.70

Tested by

no test coverage detected