()
| 63 | return getPersistenceRegistry().workspace(scope) |
| 64 | }, |
| 65 | get workspaces() { |
| 66 | return getPersistenceRegistry().workspaces |
| 67 | }, |
| 68 | get pages() { |
| 69 | return getPersistenceRegistry().pages |
| 70 | }, |
nothing calls this directly
no test coverage detected