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

Function makeIdentity

src/traces/table/data_preparation_helper.js:186–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184}
185
186function makeIdentity() {
187 return {
188 firstRowIndex: null,
189 lastRowIndex: null,
190 rows: []
191 };
192}

Callers 1

makeAnchorToRowBlockFunction · 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…