MCPcopy
hub / github.com/Mathieu2301/TradingView-API / #handleError

Method #handleError

src/chart/session.js:178–181  ·  view source on GitHub ↗
(...msgs)

Source from the content-addressed store, hash-verified

176 }
177
178 #handleError(...msgs) {
179 if (this.#callbacks.error.length === 0) console.error(...msgs);
180 else this.#handleEvent('error', ...msgs);
181 }
182
183 constructor() {
184 this.#client.sessions[this.#chartSessionID] = {

Callers 5

constructorMethod · 0.95
setSeriesMethod · 0.95
replayStepMethod · 0.95
replayStartMethod · 0.95
replayStopMethod · 0.95

Calls 1

#handleEventMethod · 0.95

Tested by

no test coverage detected