Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sshwsfc/xadmin
/ array
Method
array
packages/xadmin/src/app.js:109–113 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
107
}
108
109
array(key) {
110
return
this.reduce(key, (prev, value) => {
111
return
prev.concat(this.getValue(value))
112
}, [])
113
}
114
115
mapArray(key) {
116
return
this.reduce(key, (prev, value) => {
Callers
2
get
Method · 0.95
load_list
Method · 0.95
Calls
2
reduce
Method · 0.95
getValue
Method · 0.95
Tested by
no test coverage detected