Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Semporia/Scripts
/ x
Function
x
sign_graphics_validate.js:142–144 ·
view source on GitHub ↗
(a, b, c, l, h, q, z)
Source
from the content-addressed store, hash-verified
140
}
141
142
function
x(a, b, c, l, h, q, z) {
143
return
u(b & l | c & ~l, a, b, h, q, z)
144
}
145
146
function
w(a, b, c, l, h, q, z) {
147
return
u(c ^ (b | ~l), a, b, h, q, z)
Callers
2
t
Function · 0.85
sign_graphics_validate.js
File · 0.85
Calls
1
u
Function · 0.70
Tested by
no test coverage detected