MCPcopy
hub / github.com/tinyplex/tinybase / arrayPop

Function arrayPop

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

Source from the content-addressed store, hash-verified

93 array.push(...values);
94
95export const arrayPop = <Value>(array: Value[]): Value | undefined =>
96 array.pop();
97
98export const arrayUnshift = <Value>(
99 array: Value[],

Callers 2

storeUnchangedFunction · 0.90
goBackwardImplFunction · 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…