MCPcopy Index your code
hub / github.com/SocketCluster/socketcluster / cloneTypedArray

Function cloneTypedArray

app/public/socketcluster-client.js:7546–7548  ·  view source on GitHub ↗
(val, deep)

Source from the content-addressed store, hash-verified

7544}
7545
7546function cloneTypedArray(val, deep) {
7547 return new val.constructor(val.buffer, val.byteOffset, val.length);
7548}
7549
7550function cloneBuffer(val) {
7551 const len = val.length;

Callers 1

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