MCPcopy 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

getMethod · 0.95
load_listMethod · 0.95

Calls 2

reduceMethod · 0.95
getValueMethod · 0.95

Tested by

no test coverage detected