MCPcopy Index your code
hub / github.com/RaspberryPiFoundation/blockly / initModel

Method initModel

packages/blockly/core/inputs/input.ts:325–329  ·  view source on GitHub ↗

* Initializes the fields on this input for a headless block. * * @internal

()

Source from the content-addressed store, hash-verified

323 * @internal
324 */
325 public initModel() {
326 for (const field of this.fieldRow) {
327 field.initModel();
328 }
329 }
330
331 /** Initializes the given field. */
332 private initField(field: Field) {

Callers 2

initBlockFunction · 0.45
initFieldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected