* Reset the current tag to default.
()
| 2254 | * Reset the current tag to default. |
| 2255 | */ |
| 2256 | reset() { |
| 2257 | this.tag = this.default; |
| 2258 | } |
| 2259 | |
| 2260 | /** |
| 2261 | * Throws an error if setting an invalid tag. Will return empty string for |
no outgoing calls
no test coverage detected