()
| 205 | } |
| 206 | |
| 207 | function cleanup() { |
| 208 | metadata.buckets = new Map; |
| 209 | metadata.keyMaps = new Map; |
| 210 | // Set data store array back to empty array |
| 211 | ds.length = 0; |
| 212 | // Set data store key count back to 1 |
| 213 | resetCount(); |
| 214 | } |
| 215 | |
| 216 | class DummyRequestLogger { |
| 217 | constructor() { |
no outgoing calls
no test coverage detected