Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
get
Method · 0.95
load_dict
Method · 0.95
relate.js
File · 0.80
renderFields
Function · 0.80
Items.js
File · 0.80
Array.js
File · 0.80
getDataSource
Function · 0.80
relate.js
File · 0.80
BatchDelete.js
File · 0.80
SubMenu.js
File · 0.80
Items.js
File · 0.80
Array.js
File · 0.80
Calls
2
reduce
Method · 0.95
getValue
Method · 0.95
Tested by
no test coverage detected