(id: string = "*")
| 78 | |
| 79 | // --- ROOT FACTORIES --- |
| 80 | static database(id: string = "*") { |
| 81 | return new Channel<Database>(["databases", normalize(id)]); |
| 82 | } |
| 83 | |
| 84 | static tablesdb(id: string = "*") { |
| 85 | return new Channel<TablesDB>(["tablesdb", normalize(id)]); |
nothing calls this directly
no test coverage detected