* returns the amount of object instance currently in the pool * @returns {number} amount of object instance
()
| 220 | * @returns {number} amount of object instance |
| 221 | */ |
| 222 | getInstanceCount() { |
| 223 | return this.instance_counter + getTotalPoolSize(); |
| 224 | } |
| 225 | } |
| 226 | |
| 227 | /** |
no test coverage detected