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

Method #handleError

src/client.js:76–79  ·  view source on GitHub ↗
(...msgs)

Source from the content-addressed store, hash-verified

74 }
75
76 #handleError(...msgs) {
77 if (this.#callbacks.error.length === 0) console.error(...msgs);
78 else this.#handleEvent('error', ...msgs);
79 }
80
81 /**
82 * When client is connected

Callers 2

#parsePacketMethod · 0.95
constructorMethod · 0.95

Calls 1

#handleEventMethod · 0.95

Tested by

no test coverage detected