MCPcopy Create free account
hub / github.com/SunOner/sunone_aimbot / _format_command

Function _format_command

helper_api.py:432–433  ·  view source on GitHub ↗
(command: list[str])

Source from the content-addressed store, hash-verified

430
431
432def _format_command(command: list[str]) -> str:
433 return " ".join(f'"{part}"' if " " in part else part for part in command)
434
435
436def _stream_status(ok: bool, message: str, **extra: Any) -> str:

Callers 2

_stream_commandsFunction · 0.85
_stream_python_scriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected