MCPcopy
hub / github.com/apache/echarts / throwError

Function throwError

src/util/log.ts:128–130  ·  view source on GitHub ↗
(msg?: string)

Source from the content-addressed store, hash-verified

126 * @throws Error
127 */
128export function throwError(msg?: string) {
129 throw new Error(msg);
130}

Callers 15

createElFunction · 0.90
setContentMethod · 0.90
sortTransform.tsFile · 0.90
filterTransform.tsFile · 0.90
constructorMethod · 0.90
createExternalSourceFunction · 0.90
getRawDataFunction · 0.90
cloneRawDataFunction · 0.90
applyDataTransformFunction · 0.90
applySingleDataTransformFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…