| 11 | |
| 12 | /** The BaseModule to extend modules for caretaker checks from. */ |
| 13 | export abstract class BaseModule<Data> { |
| 14 | /** The data for the module. */ |
| 15 | readonly data = this.retrieveData(); |
| 16 |
nothing calls this directly
no outgoing calls
no test coverage detected