MCPcopy Index your code
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}
732
733function toDisplayAlgorithm (algorithm) {
734 switch (algorithm) {
735 case 'md5': return 'MD5';
736 case 'sha1': return 'SHA-1';
737 case 'sha256': return 'SHA-256';
738 default: return algorithm;
739 }
740}
741
742function getDisplayVariant (variant) {
743 switch (variant) {

Callers 3

getBuildCaptionFunction · 0.85
uploadToGithubFunction · 0.85
getChecksumMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected