Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-app/angular-app
/ gg
Function
gg
client/src/common/directives/gravatar.js:142–144 ·
view source on GitHub ↗
(a, b, c, d, x, s, t)
Source
from the content-addressed store, hash-verified
140
}
141
142
function
gg(a, b, c, d, x, s, t) {
143
return
cmn((b & d) | (c & (~d)), a, b, x, s, t);
144
}
145
146
function
hh(a, b, c, d, x, s, t) {
147
return
cmn(b ^ c ^ d, a, b, x, s, t);
Callers
1
md5cycle
Function · 0.85
Calls
1
cmn
Function · 0.85
Tested by
no test coverage detected