* Returns the current registry keys. * This value is constant between calls if the keys themselves have not changed.
()
| 48 | * This value is constant between calls if the keys themselves have not changed. |
| 49 | */ |
| 50 | public keys() { |
| 51 | return this.registryKeys; |
| 52 | } |
| 53 | } |
no outgoing calls
no test coverage detected