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

Method getFrameChanges

packages/core/src/debug/stateTimeline.ts:56–56  ·  view source on GitHub ↗

* Get changes for a specific frame. * @param frameId - The frame ID

(frameId: bigint)

Source from the content-addressed store, hash-verified

54 * @param frameId - The frame ID
55 */
56 getFrameChanges(frameId: bigint): readonly StateChange[];
57
58 /**
59 * Clear all recorded changes.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected