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

Function rssUrls

deployments/desktop/static/desktop.js:5205–5209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5203 }
5204
5205 function rssUrls() {
5206 return Array.from($("customSourcesList").querySelectorAll("strong"))
5207 .map((item) => item.textContent.trim())
5208 .filter(Boolean);
5209 }
5210
5211 function renderRssUrls(urls) {
5212 const items = splitListValue(urls);

Callers 1

saveSettingsFunction · 0.85

Calls 1

$Function · 0.70

Tested by

no test coverage detected