* Deletes an entry from this set of capabilities. * * @param {string} key the capability key to delete.
(key)
| 351 | * @param {string} key the capability key to delete. |
| 352 | */ |
| 353 | delete(key) { |
| 354 | this.map_.delete(key) |
| 355 | } |
| 356 | |
| 357 | /** |
| 358 | * @param {string} key The capability key. |
no outgoing calls
no test coverage detected