Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
856
function
isChecked(id) {
857
const
target = $(id);
858
return
Boolean(target && target.checked);
859
}
860
861
function
formatDateBadge(value) {
862
const
text = String(value ||
""
).trim();
Callers
3
submit
Function · 0.85
readArxivDirect
Function · 0.85
readPdfDirect
Function · 0.85
Calls
1
$
Function · 0.70
Tested by
no test coverage detected