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

Function arrayShift

src/common/array.ts:103–104  ·  view source on GitHub ↗
(array: Value[])

Source from the content-addressed store, hash-verified

101): number => array.unshift(...values);
102
103export const arrayShift = <Value>(array: Value[]): Value | undefined =>
104 array.shift();
105
106export const arrayWith = <Value>(
107 array: Value[],

Callers 4

goForwardImplFunction · 0.90
getChangesFromYDocFunction · 0.90
runFunction · 0.90
getPoolFunctionsFunction · 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…