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

Function open

modules/io/storage/mac/storage-mac.js:20–20  ·  view source on GitHub ↗
(options, prototype)

Source from the content-addressed store, hash-verified

18}
19
20function open(options, prototype) { return native("xs_storage_domain_open").call(this, options, prototype); }
21
22class StorageDomainKeyIterator extends Native("xs_storage_domain_key_iterator_destructor") {
23 constructor(storage) { super(); native("xs_storage_domain_key_iterator_constructor").call(this, storage); }

Callers 2

xs_serial_constructorFunction · 0.50
xs_serial_constructorFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected