MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / getUpdateMessage

Function getUpdateMessage

src/main.js:482–486  ·  view source on GitHub ↗
(count)

Source from the content-addressed store, hash-verified

480}
481
482function getUpdateMessage(count) {
483 return count === 1
484 ? strings["plugin updates singular"]
485 : strings["plugin updates plural"].replace(/\{count\}/, count);
486}
487
488async function promptUpdateCheckConsent() {
489 try {

Callers 1

onDeviceReadyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected