MCPcopy Create free account
hub / github.com/Make-md/makemd / readTable

Method readTable

src/shared/types/spaceManager.ts:55–55  ·  view source on GitHub ↗
(path: string, schema: string)

Source from the content-addressed store, hash-verified

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>;

Callers

nothing calls this directly

Implementers 1

SpaceManagersrc/core/spaceManager/spaceManager.ts

Calls

no outgoing calls

Tested by

no test coverage detected