MCPcopy Create free account
hub / github.com/ChartGPU/ChartGPU / setVisible

Function setVisible

src/renderers/createHighlightRenderer.ts:181–184  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

179 };
180
181 const setVisible: HighlightRenderer['setVisible'] = (v) => {
182 assertNotDisposed();
183 visible = Boolean(v);
184 };
185
186 const dispose: HighlightRenderer['dispose'] = () => {
187 if (disposed) return;

Callers

nothing calls this directly

Calls 1

assertNotDisposedFunction · 0.70

Tested by

no test coverage detected