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

Method createTable

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

Source from the content-addressed store, hash-verified

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>;
59 deleteTable(path: string, name: string): Promise<boolean>;

Callers 1

createInlineTableFunction · 0.65

Implementers 1

SpaceManagersrc/core/spaceManager/spaceManager.ts

Calls

no outgoing calls

Tested by

no test coverage detected