* Retrieves the number of times the property was accessed (get or set). * @returns {number} The total number of accesses.
()
| 344 | * @returns {number} The total number of accesses. |
| 345 | */ |
| 346 | accessCount() { |
| 347 | return this.#accesses.length; |
| 348 | } |
| 349 | |
| 350 | /** |
| 351 | * Sets a new value for the property. |
no outgoing calls
no test coverage detected