Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
export
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
fxOpenSerial
Function · 0.50
fxOpenSerial
Function · 0.50
PiuCodeSearchDirectory
Function · 0.50
xs_directoryposix_bootstrap
Function · 0.50
xs_camera_constructor
Function · 0.50
PiuScreen_launch
Function · 0.50
Calls
1
openPartition
Function · 0.85
Tested by
no test coverage detected