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

Method isDeadOrDying

packages/blockly/core/block.ts:376–378  ·  view source on GitHub ↗

* Returns true if the block is either in the process of being disposed, or * is disposed. * * @internal

()

Source from the content-addressed store, hash-verified

374 * @internal
375 */
376 isDeadOrDying(): boolean {
377 return this.disposing || this.disposed;
378 }
379
380 /**
381 * Call initModel on all fields on the block.

Callers 15

isDeletableMethod · 0.95
isMovableMethod · 0.95
isEditableMethod · 0.95
getVariableTypesMethod · 0.45
onItemSelected_Method · 0.45
dropdownCreateMethod · 0.45
snapToGridMethod · 0.45
getNearestNeighbourMethod · 0.45
setWarningTextMethod · 0.45
moveSvgRootToFrontMethod · 0.45
bumpNeighboursMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected