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

Function splitListValue

deployments/desktop/static/desktop.js:4907–4910  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

4905 }
4906
4907 function splitListValue(value) {
4908 if (Array.isArray(value)) return value.map((item) => String(item).trim()).filter(Boolean);
4909 return String(value || "").split(/[,;\n]/).map((item) => item.trim()).filter(Boolean);
4910 }
4911
4912 function renderSettingTags(id, values) {
4913 const target = $(id);

Callers 10

renderSettingTagsFunction · 0.85
firstTextFunction · 0.85
profileMustReadValuesFunction · 0.85
listTextFunction · 0.85
editableListValueFunction · 0.85
editableWeightedValueFunction · 0.85
renderConferenceSettingsFunction · 0.85
renderRssUrlsFunction · 0.85
saveProfileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected