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