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

Method getChanges

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

* Get all changes since a given frame ID. * @param since - Frame ID to start from (exclusive)

(since?: bigint)

Source from the content-addressed store, hash-verified

48 * @param since - Frame ID to start from (exclusive)
49 */
50 getChanges(since?: bigint): readonly StateChange[];
51
52 /**
53 * Get changes for a specific frame.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected