MCPcopy
hub / github.com/plotly/plotly.js / assertPositions

Function assertPositions

test/jasmine/tests/mesh3d_test.js:292–294  ·  view source on GitHub ↗
(exp, msg)

Source from the content-addressed store, hash-verified

290 }
291
292 function assertPositions(exp, msg) {
293 expect(gd._fullLayout.scene._scene.glplot.objects[0].positions.length).toBe(exp, msg);
294 }
295
296 function assertCells(exp, msg) {
297 expect(gd._fullLayout.scene._scene.glplot.objects[0].cells.length).toBe(exp, msg);

Callers 1

mesh3d_test.jsFile · 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…