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

Function assert

test/lib/ecSimpleOptionPlayer.js:7–11  ·  view source on GitHub ↗
(condition, message)

Source from the content-addressed store, hash-verified

5}(this, (function (exports) { 'use strict';
6
7 function assert(condition, message) {
8 if (!condition) {
9 throw new Error(message);
10 }
11 }
12 function hasOwn(own, prop) {
13 return own.hasOwnProperty(prop);
14 }

Callers 2

SimpleOptionPlayerFunction · 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…