Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ gg
Function
gg
static/webuploader/webuploader.js:6970–6972 ·
view source on GitHub ↗
(a, b, c, d, x, s, t)
Source
from the content-addressed store, hash-verified
6968
},
6969
6970
gg =
function
(a, b, c, d, x, s, t) {
6971
return
cmn((b & d) | (c & (~d)), a, b, x, s, t);
6972
},
6973
6974
hh =
function
(a, b, c, d, x, s, t) {
6975
return
cmn(b ^ c ^ d, a, b, x, s, t);
Callers
1
md5cycle
Function · 0.70
Calls
1
cmn
Function · 0.70
Tested by
no test coverage detected