(path: string, schema: string)
| 53 | spaceInitiated(path: string): Promise<boolean>; |
| 54 | contextInitiated(path: string): Promise<boolean>; |
| 55 | readTable(path: string, schema: string): Promise<SpaceTable>; |
| 56 | createTable(path: string, schema: SpaceTableSchema): Promise<boolean>; |
| 57 | saveTableSchema(path: string, schemaId: string, saveSchema: (prev: SpaceTableSchema) => SpaceTableSchema): Promise<boolean>; |
| 58 | saveTable(path: string, table: SpaceTable, force?: boolean): Promise<boolean>; |
nothing calls this directly
no outgoing calls
no test coverage detected