MCPcopy
hub / github.com/yume-chan/ya-webadb / setTime

Method setTime

libraries/android-bin/src/demo-mode.ts:224–231  ·  view source on GitHub ↗
(hour: number, minute: number)

Source from the content-addressed store, hash-verified

222 }
223
224 async setTime(hour: number, minute: number): Promise<void> {
225 await this.broadcast("clock", {
226 // cspell: disable-next-line
227 hhmm:
228 hour.toString().padStart(2, "0") +
229 minute.toString().padStart(2, "0"),
230 });
231 }
232}

Callers

nothing calls this directly

Calls 2

broadcastMethod · 0.95
toStringMethod · 0.80

Tested by

no test coverage detected