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

Function assert

test/lib/ecSimpleTransform.js:28–32  ·  view source on GitHub ↗
(condition, message)

Source from the content-addressed store, hash-verified

26 };
27
28 function assert(condition, message) {
29 if (!condition) {
30 throw new Error(message);
31 }
32 }
33 function hasOwn(own, prop) {
34 return own.hasOwnProperty(prop);
35 }

Callers 3

prepareDimensionsFunction · 0.70
prepareGroupByDimInfoFunction · 0.70
normalizeMethodFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…