MCPcopy Index your code
hub / github.com/angular/angular / charValue

Function charValue

modules/benchmarks/src/largetable/util.ts:43–45  ·  view source on GitHub ↗
(i: number)

Source from the content-addressed store, hash-verified

41}
42
43function charValue(i: number): string {
44 return String.fromCharCode('A'.charCodeAt(0) + (i % 26));
45}
46
47export const emptyTable: TableCell[][] = [];
48

Callers 1

initTableUtilsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…