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

Function toBundleQueryWindow

packages/core/src/debug/debugController.ts:134–142  ·  view source on GitHub ↗
(query: DebugQueryResult)

Source from the content-addressed store, hash-verified

132}
133
134function toBundleQueryWindow(query: DebugQueryResult): DebugBundleQueryWindow {
135 return {
136 recordsReturned: query.recordsReturned,
137 recordsAvailable: query.recordsAvailable,
138 recordsDropped: query.recordsDropped,
139 oldestRecordId: query.oldestRecordId.toString(),
140 newestRecordId: query.newestRecordId.toString(),
141 };
142}
143
144function toBundleFrameSummary(frame: FrameSnapshot): DebugBundleFrameSummary {
145 return {

Callers 1

exportBundleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected