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

Method isInsertionMarker

packages/blockly/core/block.ts:905–907  ·  view source on GitHub ↗

* Get whether this block is an insertion marker block or not. * * @returns True if an insertion marker.

()

Source from the content-addressed store, hash-verified

903 * @returns True if an insertion marker.
904 */
905 isInsertionMarker(): boolean {
906 return this.isInsertionMarker_;
907 }
908
909 /**
910 * Set whether this block is an insertion marker block or not.

Callers 15

renderMethod · 0.80
getBlocksBoundingBoxMethod · 0.80
getParentInputLabelFunction · 0.80
blockToCodeMethod · 0.80
getBlocksByTypeMethod · 0.80
getAllBlocksMethod · 0.80
blockToDomWithXYFunction · 0.80
blockToDomFunction · 0.80
doDragChecksMethod · 0.80
canConnectToPrevious_Method · 0.80
renameFunction · 0.80
saveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected