MCPcopy Create free account
hub / github.com/plotly/plotly.js / addSpies

Function addSpies

test/jasmine/tests/splom_test.js:1070–1076  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1068 var methods;
1069
1070 function addSpies() {
1071 methods.forEach(function(m) {
1072 var obj = m[0];
1073 var k = m[1];
1074 spyOn(obj, k).and.callThrough();
1075 });
1076 }
1077
1078 function assertSpies(msg, exp) {
1079 methods.forEach(function(m, i) {

Callers 1

splom_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…