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

Function checkKeys

test/jasmine/tests/gl3dlayout_test.js:76–83  ·  view source on GitHub ↗
(validObject, testObject)

Source from the content-addressed store, hash-verified

74 };
75
76 function checkKeys(validObject, testObject) {
77 var keys = Object.keys(validObject);
78 for(var i = 0; i < keys.length; i++) {
79 var k = keys[i];
80 expect(validObject[k]).toBe(testObject[k]);
81 }
82 return true;
83 }
84
85 supplyLayoutDefaults(layoutIn, layoutOut, options);
86 ['xaxis', 'yaxis', 'zaxis'].forEach(function(axis) {

Callers 1

gl3dlayout_test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…