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

Function selectedSourceValues

deployments/desktop/static/desktop.js:2116–2118  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

2114 }
2115
2116 function selectedSourceValues(id) {
2117 return Array.from($(id).querySelectorAll("input:checked")).map((input) => input.value);
2118 }
2119
2120 function selectedSettingTagValues(id) {
2121 return Array.from($(id)?.querySelectorAll("span") || [])

Callers 1

collectDailyOptionsFunction · 0.70

Calls 1

$Function · 0.70

Tested by

no test coverage detected