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

Method getVariableMap

packages/blockly/core/workspace.ts:722–724  ·  view source on GitHub ↗

* Return the map of all variables on the workspace. * * @returns The variable map.

()

Source from the content-addressed store, hash-verified

720 * @returns The variable map.
721 */
722 getVariableMap(): IVariableMap<IVariableModel<IVariableState>> {
723 return this.variableMap;
724 }
725
726 /**
727 * Set the map of all variables on the workspace.

Callers 15

getVariableTypesMethod · 0.80
dropdownCreateMethod · 0.80
flyoutCategoryFunction · 0.80
flyoutCategoryBlocksFunction · 0.80
promptAndCheckWithAlertFunction · 0.80
nameUsedWithOtherTypeFunction · 0.80
nameUsedWithAnyTypeFunction · 0.80
getVariableFunction · 0.80
createVariableFunction · 0.80
getAddedVariablesFunction · 0.80
deleteVariableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected