MCPcopy Create free account
hub / github.com/evi0s/WMPFDebugger / u

Function u

src/third-party/RemoteDebugCodex.js:422–425  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

420 }
421
422 function u(e) {
423 let o = Buffer.from(e.buffer);
424 return e.byteLength !== e.buffer.byteLength && (o = o.slice(e.byteOffset, e.byteOffset + e.byteLength)), o
425 }
426
427 function g(e) {
428 if (!e) throw new Error("invalid buffer " + e);

Callers 1

bFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected