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

Function open

modules/io/flash/mac/flash-mac.js:35–37  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

33
34export default {
35 open(options) {
36 return openPartition(options, FlashPartition.prototype, config.flash);
37 },
38 [Symbol.iterator]() {
39 return new FlashPartitionIterator(config.flash);
40 }

Callers 6

fxOpenSerialFunction · 0.50
fxOpenSerialFunction · 0.50
PiuCodeSearchDirectoryFunction · 0.50
xs_camera_constructorFunction · 0.50
PiuScreen_launchFunction · 0.50

Calls 1

openPartitionFunction · 0.85

Tested by

no test coverage detected