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

Method exportBundle

packages/core/src/debug/debugController.ts:291–291  ·  view source on GitHub ↗

* Export a deterministic, versioned JSON debug bundle.

(options?: DebugBundleExportOptions)

Source from the content-addressed store, hash-verified

289 * Export a deterministic, versioned JSON debug bundle.
290 */
291 exportBundle(options?: DebugBundleExportOptions): Promise<DebugBundle>;
292
293 /**
294 * Export the debug bundle as UTF-8 JSON bytes.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected