MCPcopy Create free account
hub / github.com/TGX-Android/Publisher / toDisplayAlgorithm

Function toDisplayAlgorithm

main.js:733–740  ·  view source on GitHub ↗
(algorithm)

Source from the content-addressed store, hash-verified

731 const maxVersion = Math.max(cur ? cur.versionCode : 0, type === 'universal' && platform === 'googlePlay' && max ? max.versionCode : 0);
732 if (versionCode <= maxVersion) {
733 return false;
734 }
735 }
736 return true;
737}
738
739async function traceDuration (type, name, startTime, endTime, isComplete) {
740 if (typeof endTime !== 'number')
741 endTime = endTime.getTime();
742 if (typeof startTime !== 'number')
743 startTime = startTime.getTime();

Callers 3

getBuildCaptionFunction · 0.85
uploadToGithubFunction · 0.85
getChecksumMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected