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

Function collectDailyOptions

deployments/desktop/static/app.js:592–598  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

590}
591
592function collectDailyOptions() {
593 return {
594 arxiv_categories: selectedSourceValues("arxiv"),
595 conferences: selectedSourceValues("conference"),
596 journals: selectedSourceValues("journal"),
597 };
598}
599
600function setAllSources(checked) {
601 document.querySelectorAll(".choice-list input[type='checkbox']:not(:disabled)").forEach((input) => {

Callers 1

runDailyFunction · 0.70

Calls 1

selectedSourceValuesFunction · 0.70

Tested by

no test coverage detected