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

Function keys

tests/modules/io/storage/storage_FIXTURE.js:5–7  ·  view source on GitHub ↗
(store)

Source from the content-addressed store, hash-verified

3const storage = globalThis.device?.storage ?? bootstrap;
4
5function keys(store) {
6 return Array.from(store).sort();
7}
8
9function emptyDomain(store) {
10 const k = keys(store)

Callers 5

read-only.jsFile · 0.90
read-write.jsFile · 0.90
delete.jsFile · 0.90
emptyDomainFunction · 0.85

Calls 1

fromMethod · 0.45

Tested by

no test coverage detected