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

Method #handleError

src/chart/study.js:220–223  ·  view source on GitHub ↗
(...msgs)

Source from the content-addressed store, hash-verified

218 }
219
220 #handleError(...msgs) {
221 if (this.#callbacks.error.length === 0) console.error(...msgs);
222 else this.#handleEvent('error', ...msgs);
223 }
224
225 /**
226 * @param {PineIndicator | BuiltInIndicator} indicator Indicator object instance

Callers 1

constructorMethod · 0.95

Calls 1

#handleEventMethod · 0.95

Tested by

no test coverage detected