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

Function toBundleHeader

packages/core/src/debug/debugController.ts:111–121  ·  view source on GitHub ↗
(header: DebugRecordHeader)

Source from the content-addressed store, hash-verified

109}
110
111function toBundleHeader(header: DebugRecordHeader): DebugBundleHeader {
112 return {
113 recordId: header.recordId.toString(),
114 timestampUs: header.timestampUs.toString(),
115 frameId: header.frameId.toString(),
116 category: header.category,
117 severity: header.severity,
118 code: header.code,
119 payloadSize: header.payloadSize,
120 };
121}
122
123function toBundleStats(stats: DebugStats): DebugBundleStatsSnapshot {
124 return {

Callers 1

exportBundleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected