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

Function arrayFilter

src/common/array.ts:79–82  ·  view source on GitHub ↗
(
  array: Value[],
  cb: (value: Value, index: number, array: Value[]) => boolean,
)

Source from the content-addressed store, hash-verified

77 cb: (value: Value, index: number, array: Value[]) => boolean,
78 ): Value[];
79} = <Value>(
80 array: Value[],
81 cb: (value: Value, index: number, array: Value[]) => boolean,
82): Value[] => array.filter(cb);
83
84export const arrayFind = <Value>(
85 array: Value[],

Callers 13

nonFunctionDepsFunction · 0.90
unwrapSchemaFunction · 0.90
loadTableFunction · 0.90
saveTableFunction · 0.90
getValuesSubsetFunction · 0.90
loadTablesFunction · 0.90
CartesianChartFunction · 0.90
getAxisTicksFunction · 0.90
GridFunction · 0.90
getDataPointsFunction · 0.90
getScaledPointsFunction · 0.90
getBoundsFunction · 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…