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

Method onReplayPoint

src/chart/session.js:522–524  ·  view source on GitHub ↗

* When the replay session cursor has moved * @param {(index: number) => void} cb * @event

(cb)

Source from the content-addressed store, hash-verified

520 * @event
521 */
522 onReplayPoint(cb) {
523 this.#callbacks.replayPoint.push(cb);
524 }
525
526 /**
527 * When chart error happens

Callers 1

replayMode.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected