MCPcopy Index your code
hub / github.com/tinyplex/tinybase / arrayIndexOf

Function arrayIndexOf

src/common/array.ts:12–13  ·  view source on GitHub ↗
(array: Value[], value: Value)

Source from the content-addressed store, hash-verified

10 array.includes(value);
11
12export const arrayIndexOf = <Value>(array: Value[], value: Value): number =>
13 array.indexOf(value);
14
15export const arrayEvery = <Value>(
16 array: readonly Value[],

Callers 3

getInitialPositionFunction · 0.90
CartesianChartFunction · 0.90
getTicksFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…