Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ _register_app
Function
_register_app
celery/_state.py:145–146 ·
view source on GitHub ↗
(app)
Source
from the content-addressed store, hash-verified
143
144
145
def
_register_app(app):
146
_apps.add(app)
147
148
149
def
_deregister_app(app):
Callers
1
__init__
Method · 0.90
Calls
1
add
Method · 0.45
Tested by
no test coverage detected