Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/easydiffusion/easydiffusion
/ start_event
Function
start_event
ui/easydiffusion/server.py:163–166 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
161
162
@server_api.on_event(
"startup"
)
163
def
start_event():
164
from
easydiffusion.app
import
open_browser
165
166
open_browser()
167
168
169
# API implementations
Callers
nothing calls this directly
Calls
1
open_browser
Function · 0.90
Tested by
no test coverage detected