MCPcopy Index your code
hub / github.com/sshwsfc/xadmin / map

Method map

packages/xadmin/src/app.js:103–107  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

101 }
102
103 map(key) {
104 return this.reduce(key, (prev, value) => {
105 return { ...prev, ...this.getValue(value) }
106 }, {})
107 }
108
109 array(key) {
110 return this.reduce(key, (prev, value) => {

Callers 15

getMethod · 0.95
load_dictMethod · 0.95
relate.jsFile · 0.80
renderFieldsFunction · 0.80
Items.jsFile · 0.80
Array.jsFile · 0.80
getDataSourceFunction · 0.80
relate.jsFile · 0.80
BatchDelete.jsFile · 0.80
SubMenu.jsFile · 0.80
Items.jsFile · 0.80
Array.jsFile · 0.80

Calls 2

reduceMethod · 0.95
getValueMethod · 0.95

Tested by

no test coverage detected