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

Function selectedSourceValues

deployments/desktop/static/app.js:586–590  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

584}
585
586function selectedSourceValues(name) {
587 return [...document.querySelectorAll(`input[name="${name}"]:checked`)]
588 .map((input) => input.value)
589 .filter(Boolean);
590}
591
592function collectDailyOptions() {
593 return {

Callers 1

collectDailyOptionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected