* Updates used name using the provided name. * @param {string | InlinedUsedName} name the new name * @returns {void}
(name)
| 1523 | * @returns {void} |
| 1524 | */ |
| 1525 | setUsedName(name) { |
| 1526 | this._usedName = name; |
| 1527 | } |
| 1528 | |
| 1529 | /** |
| 1530 | * Gets terminal binding. |
no outgoing calls
no test coverage detected