Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
186
function
makeIdentity() {
187
return
{
188
firstRowIndex: null,
189
lastRowIndex: null,
190
rows: []
191
};
192
}
Callers
1
makeAnchorToRowBlock
Function · 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…