Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/agent0ai/agent-zero
/ _is_enabled
Function
_is_enabled
helpers/cache.py:100–103 ·
view source on GitHub ↗
(area: str)
Source
from the content-addressed store, hash-verified
98
99
100
def
_is_enabled(area: str) -> bool:
101
if
not _enabled_global:
102
return
False
103
return
_enabled_areas.get(area, True)
104
105
106
def
_create_entry(value: Any) -> CacheEntry:
Callers
4
has
Function · 0.85
add
Function · 0.85
get
Function · 0.85
remove
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected