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

Function hh

client/src/common/directives/gravatar.js:146–148  ·  view source on GitHub ↗
(a, b, c, d, x, s, t)

Source from the content-addressed store, hash-verified

144 }
145
146 function hh(a, b, c, d, x, s, t) {
147 return cmn(b ^ c ^ d, a, b, x, s, t);
148 }
149
150 function ii(a, b, c, d, x, s, t) {
151 return cmn(c ^ (b | (~d)), a, b, x, s, t);

Callers 1

md5cycleFunction · 0.85

Calls 1

cmnFunction · 0.85

Tested by

no test coverage detected