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