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

Function init

test/jasmine/tests/scattergl_select_test.js:557–561  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

555
556 describe('select+doubleclick+pan scenarios:', function() {
557 function init() {
558 var scene = grabScene();
559 spyOn(scene.scatter2d, 'update').and.callThrough();
560 spyOn(scene.scatter2d, 'draw').and.callThrough();
561 }
562
563 function _assert(msg, exp) {
564 var scene = grabScene();

Callers

nothing calls this directly

Calls 1

grabSceneFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…