Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/elementalui/elemental
/ pluck
Function
pluck
src/Octicons.js:199–201 ·
view source on GitHub ↗
(arr, key)
Source
from the content-addressed store, hash-verified
197
map[icon.value] = icon;
198
});
199
function
pluck(arr, key) {
200
return
arr.map(obj => obj[key]);
201
}
202
203
module.exports = {
204
list: list,
Callers
1
Octicons.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected