Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ wants_developer_mode
Function
wants_developer_mode
JARVIS/cli.py:33–34 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
31
32
33
def
wants_developer_mode(text):
34
return
normalize_text(text) in {
"developer mode"
,
"development mode"
,
"dev mode"
,
"change mode"
}
35
36
37
def
wants_normal_mode(text):
Callers
1
handle_command
Function · 0.85
Calls
1
normalize_text
Function · 0.85
Tested by
no test coverage detected