()
| 54 | return getPersistenceRegistry().database |
| 55 | }, |
| 56 | get accounts() { |
| 57 | return getPersistenceRegistry().accounts |
| 58 | }, |
| 59 | account(scope: Parameters<IPersistenceRegistry['account']>[0]) { |
| 60 | return getPersistenceRegistry().account(scope) |
| 61 | }, |
nothing calls this directly
no test coverage detected