(path: string, schema: string)
| 206 | return this.adapterForPath(path).contextInitiated(path); |
| 207 | } |
| 208 | public readTable (path: string, schema: string) { |
| 209 | return this.adapterForPath(path).readTable(path, schema); |
| 210 | } |
| 211 | |
| 212 | public createTable (path: string, schema: SpaceTableSchema) { |
| 213 |
nothing calls this directly
no test coverage detected