InspectTools
ref / conversations / InspectTools
Holds a number of tools that can be used to inspect a replay state.
This object is typically created via inspect.
Methods
opCount
ts
opCount(): number;
Gets the number of send ops
doneCount
ts
doneCount(): number;
Gets the number of receive ops
payload
ts
payload(op: number): string;
Looks up the payload of a send op
checkpoint
ts
checkpoint(): Checkpoint;
Creates a checkpoint for the current replay state