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

Function d

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

Source from the content-addressed store, hash-verified

204 }
205
206 function d(e) {
207 return e.map(e => {
208 const o = b(e.data, e.category, e.compress_algo);
209 return {
210 seq: e.seq,
211 delay: e.delay,
212 category: e.category,
213 data: o.buffer,
214 compressAlgo: e.compress_algo,
215 originalSize: o.originalSize
216 }
217 })
218 }
219
220 function c(s) {
221 const r = "string" == typeof s.data ? Buffer.from(s.data) : s.data;

Callers 1

Calls 1

bFunction · 0.85

Tested by

no test coverage detected