MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / seqKey

Function seqKey

scripts/frame-audit-report.mjs:124–128  ·  view source on GitHub ↗
(rec)

Source from the content-addressed store, hash-verified

122}
123
124function seqKey(rec) {
125 if (!Number.isInteger(rec.frameSeq)) return null;
126 const pid = Number.isInteger(rec.pid) ? rec.pid : "nopid";
127 return `${pid}:${rec.frameSeq}`;
128}
129
130function addOpcodeHistogram(dst, hist) {
131 if (typeof hist !== "object" || hist === null) return;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected