(this: IndexedDbSchema<any, any, any>, databaseName: string)
| 64 | }) |
| 65 | }, |
| 66 | layer(this: IndexedDbSchema<any, any, any>, databaseName: string) { |
| 67 | return layer(databaseName, this) |
| 68 | } |
| 69 | } |
| 70 | |
| 71 | /** |
nothing calls this directly
no test coverage detected
searching dependent graphs…