Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/linuxfoundation/crowd.dev
/ parse-custom-attributes.js
File
parse-custom-attributes.js
frontend/src/shared/fields/parse-custom-attributes.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
default (attributes) => Object.values(attributes)
2
.filter(
3
(attribute) => attribute.canDelete && attribute.show,
4
)
Callers
nothing calls this directly
Calls
2
filter
Method · 0.80
values
Method · 0.45
Tested by
no test coverage detected