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

Function arrayWith

src/common/array.ts:106–110  ·  view source on GitHub ↗
(
  array: Value[],
  index: number,
  value: Value,
)

Source from the content-addressed store, hash-verified

104 array.shift();
105
106export const arrayWith = <Value>(
107 array: Value[],
108 index: number,
109 value: Value,
110): Value[] => array.with(index, value);

Callers 3

ProviderFunction · 0.90
addExtraThingByIdFunction · 0.90
delExtraThingByIdFunction · 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…