MCPcopy Index your code
hub / github.com/ChartGPU/ChartGPU / assertNotDisposed

Function assertNotDisposed

src/data/createDataStore.ts:118–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 };
117
118 const assertNotDisposed = (): void => {
119 if (disposed) {
120 throw new Error('DataStore is disposed.');
121 }
122 };
123
124 const getSeriesEntry = (index: number): SeriesEntry => {
125 assertNotDisposed();

Callers 4

getSeriesEntryFunction · 0.70
setSeriesFunction · 0.70
appendSeriesFunction · 0.70
removeSeriesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected