MCPcopy Index your code
hub / github.com/angular-app/angular-app / hex

Function hex

client/src/common/directives/gravatar.js:214–219  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

212 }
213
214 function hex(x) {
215 for (var i = 0; i < x.length; i++) {
216 x[i] = rhex(x[i]);
217 }
218 return x.join('');
219 }
220
221 function md5(s) {
222 return hex(md51(s));

Callers 1

md5Function · 0.85

Calls 1

rhexFunction · 0.85

Tested by

no test coverage detected