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

Function paperReportKey

deployments/desktop/static/desktop.js:2184–2186  ·  view source on GitHub ↗
(number, pushId = state.push?.push_id)

Source from the content-addressed store, hash-verified

2182 }
2183
2184 function paperReportKey(number, pushId = state.push?.push_id) {
2185 return [currentUser(), pushId || "no-push", Number(number)].join("::");
2186 }
2187
2188 async function ensureLlmReadyForReading() {
2189 try {

Callers 4

renderPushFunction · 0.85
updateReadButtonsFunction · 0.85
readSinglePaperFunction · 0.85
submitFeedbackFunction · 0.85

Calls 1

currentUserFunction · 0.85

Tested by

no test coverage detected