Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular-app/angular-app
/ ff
Function
ff
client/src/common/directives/gravatar.js:138–140 ·
view source on GitHub ↗
(a, b, c, d, x, s, t)
Source
from the content-addressed store, hash-verified
136
}
137
138
function
ff(a, b, c, d, x, s, t) {
139
return
cmn((b & c) | ((~b) & d), a, b, x, s, t);
140
}
141
142
function
gg(a, b, c, d, x, s, t) {
143
return
cmn((b & d) | (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