MCPcopy Index your code
hub / github.com/apache/echarts / doThrow

Function doThrow

src/data/helper/sourceManager.ts:481–483  ·  view source on GitHub ↗
(errMsg: string)

Source from the content-addressed store, hash-verified

479}
480
481function doThrow(errMsg: string): void {
482 throw new Error(errMsg);
483}

Callers 1

_applyTransformMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…