Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ should_exit
Function
should_exit
JARVIS/cli.py:15–16 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
13
14
15
def
should_exit(text):
16
return
normalize_text(text) in {
"exit"
,
"quit"
,
"bye"
,
"cik"
,
"çık"
,
"stop jarvis"
,
"kapat jarvis"
}
17
18
19
def
wants_type_mode(text):
Callers
2
voice_loop
Function · 0.85
typed_loop
Function · 0.85
Calls
1
normalize_text
Function · 0.85
Tested by
no test coverage detected