Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ charValue
Function
charValue
modules/benchmarks/src/defer/util.ts:43–45 ·
view source on GitHub ↗
(i: number)
Source
from the content-addressed store, hash-verified
41
}
42
43
function
charValue(i: number): string {
44
return
String.fromCharCode(
'A'
.charCodeAt(0) + (i % 26));
45
}
46
47
export
const
emptyTable: TableCell[][] = [];
48
Callers
1
initTableUtils
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected