MCPcopy 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

1export default (attributes) => Object.values(attributes)
2 .filter(
3 (attribute) => attribute.canDelete && attribute.show,
4 )

Callers

nothing calls this directly

Calls 2

filterMethod · 0.80
valuesMethod · 0.45

Tested by

no test coverage detected