MCPcopy Index your code
hub / github.com/plotly/plotly.js / _assert

Function _assert

test/jasmine/tests/box_test.js:1121–1126  ·  view source on GitHub ↗
(msg, exp)

Source from the content-addressed store, hash-verified

1119 }
1120
1121 function _assert(msg, exp) {
1122 var trace3 = d3Select(gd).select('.boxlayer > .trace');
1123 _assertOne(msg, exp, trace3, 'boxCnt', 'path.box');
1124 _assertOne(msg, exp, trace3, 'meanlineCnt', 'path.mean');
1125 _assertOne(msg, exp, trace3, 'ptsCnt', 'path.point');
1126 }
1127
1128 Plotly.newPlot(gd, fig)
1129 .then(function() {

Callers 1

box_test.jsFile · 0.70

Calls 1

_assertOneFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…