MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / editableListValue

Function editableListValue

deployments/desktop/static/desktop.js:4969–4971  ·  view source on GitHub ↗
(items)

Source from the content-addressed store, hash-verified

4967 }
4968
4969 function editableListValue(items) {
4970 return splitListValue(items).join("; ");
4971 }
4972
4973 function editableWeightedValue(rawMap, items) {
4974 const entries = Object.entries(rawMap || {});

Callers 1

renderProfileInfoGridFunction · 0.85

Calls 1

splitListValueFunction · 0.85

Tested by

no test coverage detected