(path: string)
| 242 | return this.adapterForPath(path).readAllTables(path); |
| 243 | } |
| 244 | public framesForSpace (path: string) { |
| 245 | return this.adapterForPath(path).framesForSpace(path); |
| 246 | } |
| 247 | public readFrame (path: string, schema: string) { |
| 248 | return this.adapterForPath(path).readFrame(path, schema); |
| 249 | } |
nothing calls this directly
no test coverage detected