Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
const
storage = globalThis.device?.storage ?? bootstrap;
4
5
function
keys(store) {
6
return
Array.from(store).sort();
7
}
8
9
function
emptyDomain(store) {
10
const
k = keys(store)
Callers
5
read-only.js
File · 0.90
read-write.js
File · 0.90
delete.js
File · 0.90
core-js-structured-clone_4.js
File · 0.90
emptyDomain
Function · 0.85
Calls
1
from
Method · 0.45
Tested by
no test coverage detected