Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ add32
Function
add32
packages/compiler/src/i18n/digest.ts:342–344 ·
view source on GitHub ↗
(a: number, b: number)
Source
from the content-addressed store, hash-verified
340
}
341
342
function
add32(a: number, b: number): number {
343
return
add32to64(a, b)[1];
344
}
345
346
function
add32to64(a: number, b: number): [number, number] {
347
const
low = (a & 0xffff) + (b & 0xffff);
Callers
1
sha1
Function · 0.70
Calls
1
add32to64
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…