MCPcopy Create free account
hub / github.com/bigdra50/unity-cli / clear

Method clear

unity_cli/api/console.py:51–57  ·  view source on GitHub ↗

Clear console logs. Returns: Dictionary with operation result

(self)

Source from the content-addressed store, hash-verified

49 return self._conn.send_request("console", params)
50
51 def clear(self) -> dict[str, Any]:
52 """Clear console logs.
53
54 Returns:
55 Dictionary with operation result
56 """
57 return self._conn.send_request("console", {"action": "clear"})

Callers 10

_isolate_root_loggerMethod · 0.45
test_clearMethod · 0.45
test_clear_succeedsMethod · 0.45
console_clearFunction · 0.45
runMethod · 0.45
_check_errorsMethod · 0.45

Calls 1

send_requestMethod · 0.80