MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / onDisplayReady

Method onDisplayReady

modules/piu/MC/piuMC.js:182–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180 get ticks() { return native("PiuView_get_ticks").call(this); }
181
182 onDisplayReady() { native("PiuView_onDisplayReady").call(this); }
183 onIdle() { native("PiuView_onIdle").call(this); }
184 onMessage() { native("PiuView_onMessage").call(this); }
185 onQuit() { native("PiuView_onQuit").call(this); }

Callers 2

ApplicationFunction · 0.80
ApplicationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected