Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
def
update_submodules():
45
execute([
'git'
,
'submodule'
,
'sync'
])
46
execute([
'git'
,
'submodule'
,
'update'
,
'--init'
,
'--recursive'
])
47
48
49
def
bootstrap_brightray(url):
Callers
1
main
Function · 0.85
Calls
1
execute
Function · 0.70
Tested by
no test coverage detected