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

Method _create

modules/piu/MC/piuMC.js:177–177  ·  view source on GitHub ↗
(application, it, screen, poco, rectangle)

Source from the content-addressed store, hash-verified

175 screen.context = this;
176 }
177 _create(application, it, screen, poco, rectangle) { native("PiuView_create").call(this, application, it, screen, poco, rectangle); }
178
179 get rotation() { return native("PiuView_get_rotation").call(this); }
180 get ticks() { return native("PiuView_get_ticks").call(this); }

Callers 6

constructorMethod · 0.95
piuPebble.jsFile · 0.80
ApplicationFunction · 0.80
resultFunction · 0.80
ApplicationFunction · 0.80
ApplicationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected