MCPcopy
hub / github.com/Mathieu2301/TradingView-API / onReplayEnd

Method onReplayEnd

src/chart/session.js:513–515  ·  view source on GitHub ↗

* When the replay session ends * @param {() => void} cb * @event

(cb)

Source from the content-addressed store, hash-verified

511 * @event
512 */
513 onReplayEnd(cb) {
514 this.#callbacks.replayEnd.push(cb);
515 }
516
517 /**
518 * When the replay session cursor has moved

Callers 2

replayMode.test.tsFile · 0.80
ReplayMode.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected