MCPcopy Create free account
hub / github.com/TheCSir/TerminalStart / MatrixColumn

Interface MatrixColumn

src/utils/matrixUtils.ts:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4}
5
6export interface MatrixColumn {
7 cells: MatrixCell[];
8 head: number;
9 spaceRemaining: number;
10 lengthRemaining: number;
11 updateSpeed: number;
12}
13
14/**
15 * Creates a new MatrixColumn with initialized values.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected