()
| 1255 | } |
| 1256 | |
| 1257 | get registeredVariables(): NamedVariableMap { |
| 1258 | return this.state.registeredVariables; |
| 1259 | } |
| 1260 | |
| 1261 | /** |
| 1262 | * Resets the engine state. Removes all backends but does not remove |
nothing calls this directly
no outgoing calls
no test coverage detected