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

Function _create

modules/piu/Pebble/piuPebble.js:208–208  ·  view source on GitHub ↗
($, it)

Source from the content-addressed store, hash-verified

206const qrCode = {
207 __proto__: Content.prototype,
208 _create($, it) { return native("PiuQRCode_create").call(this, $, it); },
209 QRCodeBuffer,
210 get string() { return native("PiuQRCode_get_string").call(this); },
211 set string(it) { native("PiuQRCode_set_string").call(this, it); },

Callers 1

piuPebble.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected