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

Function itemCount

deployments/desktop/static/desktop.js:2465–2467  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

2463 }
2464
2465 function itemCount(value) {
2466 return Array.isArray(value) ? value.length : 0;
2467 }
2468
2469 function submitResultMessage(data, generateReports) {
2470 const feedback = data.feedback || data || {};

Callers 1

submitResultMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected