* Updates context using the provided value. * @param {string} value context of execution
(value)
| 148 | * @param {string} value context of execution |
| 149 | */ |
| 150 | setContext(value) { |
| 151 | this._context = value; |
| 152 | } |
| 153 | |
| 154 | /** |
| 155 | * Processes the provided item. |
no outgoing calls
no test coverage detected