* @param {string} key the key to test. * @return {boolean} whether this capability set has the specified key.
(key)
| 310 | * @return {boolean} whether this capability set has the specified key. |
| 311 | */ |
| 312 | has(key) { |
| 313 | return this.map_.has(key) |
| 314 | } |
| 315 | |
| 316 | /** |
| 317 | * @return {!Iterator<string>} an iterator of the keys set. |
no outgoing calls
no test coverage detected