* Return the map of all variables on the workspace. * * @returns The variable map.
()
| 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. |
no outgoing calls
no test coverage detected