Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
prepareDimensions
Function · 0.70
prepareGroupByDimInfo
Function · 0.70
normalizeMethod
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected