* Check if a key exists in the collection (virtual derived state)
(key: TKey)
| 485 | * Check if a key exists in the collection (virtual derived state) |
| 486 | */ |
| 487 | public has(key: TKey): boolean { |
| 488 | return this._state.has(key) |
| 489 | } |
| 490 | |
| 491 | /** |
| 492 | * Get the current size of the collection (cached) |
no outgoing calls
no test coverage detected