(path: string)
| 49 | deleteSpace(path: string): void; |
| 50 | childrenForSpace(path: string): string[]; |
| 51 | contextForSpace(path: string): Promise<SpaceTable>; |
| 52 | tablesForSpace(path: string): Promise<SpaceTableSchema[]>; |
| 53 | spaceInitiated(path: string): Promise<boolean>; |
| 54 | contextInitiated(path: string): Promise<boolean>; |
no outgoing calls
no test coverage detected