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

Function md5

client/src/common/directives/gravatar.js:221–223  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

219 }
220
221 function md5(s) {
222 return hex(md51(s));
223 }
224
225 /* this function is much faster,
226 so if possible we use it. Some IEs

Callers 1

gravatar.jsFile · 0.85

Calls 2

hexFunction · 0.85
md51Function · 0.85

Tested by

no test coverage detected