MCPcopy Index your code
hub / github.com/easydiffusion/easydiffusion / main

Function main

scripts/check_modules.py:386–390  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

384
385
386def main():
387 update_modules()
388
389 if len(sys.argv) > 1 and sys.argv[1] == "--launch-uvicorn":
390 launch_uvicorn()
391
392
393if __name__ == "__main__":

Callers 1

check_modules.pyFile · 0.85

Calls 2

update_modulesFunction · 0.85
launch_uvicornFunction · 0.85

Tested by

no test coverage detected