Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brainflow-dev/brainflow
/ main
Function
main
tools/build.py:312–316 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
310
311
312
def
main():
313
check_deps()
314
args = prepare_args()
315
config(args)
316
build(args)
317
318
319
if
__name__ ==
'__main__'
:
Callers
1
build.py
File · 0.70
Calls
4
check_deps
Function · 0.85
prepare_args
Function · 0.85
config
Function · 0.85
build
Function · 0.85
Tested by
no test coverage detected