Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/archlinux/archinstall
/ _cmd_output
Function
_cmd_output
archinstall/lib/command.py:367–368 ·
view source on GitHub ↗
(output: str)
Source
from the content-addressed store, hash-verified
365
366
367
def
_cmd_output(output: str) -> None:
368
_append_log(
'cmd_output.txt'
, output)
369
370
371
def
_append_log(file: str, content: str) -> None:
Callers
1
peak
Method · 0.85
Calls
1
_append_log
Function · 0.85
Tested by
no test coverage detected