Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
386
def
main():
387
update_modules()
388
389
if
len(sys.argv) > 1 and sys.argv[1] ==
"--launch-uvicorn"
:
390
launch_uvicorn()
391
392
393
if
__name__ ==
"__main__"
:
Callers
1
check_modules.py
File · 0.85
Calls
2
update_modules
Function · 0.85
launch_uvicorn
Function · 0.85
Tested by
no test coverage detected