MCPcopy
hub / github.com/budtmo/docker-android / start

Method start

cli/src/device/__init__.py:112–113  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

110 self.set_status(DEVICE.STATUS_CREATING)
111
112 def start(self) -> None:
113 self.set_status(DEVICE.STATUS_STARTING)
114
115 def wait_until_ready(self) -> None:
116 self.set_status(DEVICE.STATUS_BOOTING)

Callers 1

start_deviceFunction · 0.45

Calls 1

set_statusMethod · 0.95

Tested by

no test coverage detected