MCPcopy
hub / github.com/deepops-ai/deepops / ReadWriteVector

Interface ReadWriteVector

ui/src/types/seriesData.ts:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 * Apache arrow vectors are Read/Write
68 */
69export interface ReadWriteVector<T = any> extends Vector<T> {
70 set: (index: number, value: T) => void;
71}
72
73/**
74 * Vector with standard manipulation functions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected