MCPcopy
hub / github.com/RaspberryPiFoundation/blockly / redo

Method redo

packages/blockly/core/workspace.ts:581–583  ·  view source on GitHub ↗

* Redoes the previous action.

()

Source from the content-addressed store, hash-verified

579 * Redoes the previous action.
580 */
581 redo() {
582 this.undo(true);
583 }
584
585 /** Clear the undo/redo stacks. */
586 clearUndo() {

Callers 5

callbackFunction · 0.80
callbackFunction · 0.80
comment_test.jsFile · 0.80
testAWorkspaceFunction · 0.80

Calls 1

undoMethod · 0.95

Tested by

no test coverage detected