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

Method stop

examples/candlestick-streaming/tickSimulator.ts:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16export interface TickSimulator {
17 start(): void;
18 stop(): void;
19 getTickCount(): number;
20}
21

Callers 3

toggleStreamingFunction · 0.65
switchTimeframeFunction · 0.65
switchCandleCountFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected