MCPcopy 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
312def main():
313 check_deps()
314 args = prepare_args()
315 config(args)
316 build(args)
317
318
319if __name__ == '__main__':

Callers 1

build.pyFile · 0.70

Calls 4

check_depsFunction · 0.85
prepare_argsFunction · 0.85
configFunction · 0.85
buildFunction · 0.85

Tested by

no test coverage detected