Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/httpie/cli
/ is_daemon_mode
Function
is_daemon_mode
httpie/internal/daemon_runner.py:37–38 ·
view source on GitHub ↗
(args: List[str])
Source
from the content-addressed store, hash-verified
35
36
37
def
is_daemon_mode(args: List[str]) -> bool:
38
return
'--daemon'
in args
39
40
41
def
run_daemon_task(env: Environment, args: List[str]) -> ExitStatus:
Callers
1
raw_main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected