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

Function arrayIndexOfSorted

packages/core/src/util/array_utils.ts:168–170  ·  view source on GitHub ↗
(array: string[], value: string)

Source from the content-addressed store, hash-verified

166 * located)
167 */
168export function arrayIndexOfSorted(array: string[], value: string): number {
169 return _arrayIndexOfSorted(array, value, 0);
170}
171
172/**
173 * `KeyValueArray` is an array where even positions contain keys and odd positions contain values.

Callers 1

Calls 1

_arrayIndexOfSortedFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…