(path: string, schemaId: string, saveCommand: (prev: Command) => Command)
| 285 | return |
| 286 | } |
| 287 | public async saveCommand (path: string, schemaId: string, saveCommand: (prev: Command) => Command) { |
| 288 | |
| 289 | return false |
| 290 | } |
| 291 | |
| 292 | public async contextForSpace (path: string) : Promise<SpaceTable> { |
| 293 |
nothing calls this directly
no outgoing calls
no test coverage detected