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

Function compareZipped

stackgl_modules/index.js:35841–35843  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

35839exports.Fw = compareCells
35840
35841function compareZipped(a, b) {
35842 return compareCells(a[0], b[0])
35843}
35844
35845//Puts a cell complex into normal order for the purposes of findCell queries
35846function normalize(cells, attr) {

Callers

nothing calls this directly

Calls 1

compareCellsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…