MCPcopy Create free account
hub / github.com/feiyu563/PrometheusAlert / read

Function read

static/plugins/pdfmake/pdfmake.js:4837–4843  ·  view source on GitHub ↗
(buf, i)

Source from the content-addressed store, hash-verified

4835 }
4836
4837 function read(buf, i) {
4838 if (indexSize === 1) {
4839 return buf[i];
4840 } else {
4841 return buf.readUInt16BE(i * indexSize);
4842 }
4843 }
4844
4845 var i;
4846

Callers 1

arrayIndexOfFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected