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

Function isChecked

deployments/desktop/static/app.js:856–859  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

854}
855
856function isChecked(id) {
857 const target = $(id);
858 return Boolean(target && target.checked);
859}
860
861function formatDateBadge(value) {
862 const text = String(value || "").trim();

Callers 3

submitFunction · 0.85
readArxivDirectFunction · 0.85
readPdfDirectFunction · 0.85

Calls 1

$Function · 0.70

Tested by

no test coverage detected