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

Function read

stackgl_modules/index.js:687–693  ·  view source on GitHub ↗
(buf, i)

Source from the content-addressed store, hash-verified

685 }
686 }
687 function read(buf, i) {
688 if (indexSize === 1) {
689 return buf[i];
690 } else {
691 return buf.readUInt16BE(i * indexSize);
692 }
693 }
694 var i;
695 if (dir) {
696 var foundIndex = -1;

Callers 1

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