(path: string, name: string, args: any)
| 254 | } |
| 255 | |
| 256 | public async runCommand (path: string, name: string, args: any) : Promise<CommandResult> { |
| 257 | |
| 258 | return null |
| 259 | } |
| 260 | public async createCommand (path: string, schema: SpaceTableSchema) { |
| 261 | |
| 262 |
nothing calls this directly
no outgoing calls
no test coverage detected