MCPcopy Create free account
hub / github.com/UI5/webcomponents / _isUint8Array

Function _isUint8Array

packages/main/test/pages/diffable-html.js:6137–6139  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

6135 return Buffer.from(chunk);
6136 }
6137 function _isUint8Array(obj) {
6138 return Buffer.isBuffer(obj) || obj instanceof OurUint8Array;
6139 }
6140
6141 /*</replacement>*/
6142

Callers 2

chunkInvalidFunction · 0.85
diffable-html.jsFile · 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…