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

Function dispose

src/interaction/createInsideZoom.ts:192–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190 };
191
192 const dispose: InsideZoom['dispose'] = () => {
193 if (disposed) return;
194 disable();
195 disposed = true;
196 };
197
198 return { enable, disable, dispose };
199}

Callers

nothing calls this directly

Calls 1

disableFunction · 0.85

Tested by

no test coverage detected