MCPcopy 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
367def _cmd_output(output: str) -> None:
368 _append_log('cmd_output.txt', output)
369
370
371def _append_log(file: str, content: str) -> None:

Callers 1

peakMethod · 0.85

Calls 1

_append_logFunction · 0.85

Tested by

no test coverage detected