| 24 | * Lazy-creation singleton: the instance is created on first `getInstance()`. |
| 25 | */ |
| 26 | class Kernel { |
| 27 | private _logger = createLogger("kernel"); |
| 28 | private _database!: DataConnection; |
| 29 | private _sessionManager!: SessionManager; |
nothing calls this directly
no outgoing calls
no test coverage detected