MCPcopy 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
33def wants_developer_mode(text):
34 return normalize_text(text) in {"developer mode", "development mode", "dev mode", "change mode"}
35
36
37def wants_normal_mode(text):

Callers 1

handle_commandFunction · 0.85

Calls 1

normalize_textFunction · 0.85

Tested by

no test coverage detected