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

Function _assertAndReset

test/jasmine/tests/gl3d_plot_interact_test.js:893–896  ·  view source on GitHub ↗
(cnt)

Source from the content-addressed store, hash-verified

891 };
892
893 function _assertAndReset(cnt) {
894 expect(relayoutCallback).toHaveBeenCalledTimes(cnt);
895 relayoutCallback.calls.reset();
896 }
897
898 newPlot(mock)
899 .then(function() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…