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

Method framesForSpace

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

Source from the content-addressed store, hash-verified

61 readAllTemplates(): Promise<{ [key: string]: MDBFrames }>;
62 readAllTables(path: string): Promise<SpaceTables>;
63 framesForSpace(path: string): Promise<SpaceTableSchema[]>;
64 readFrame(path: string, schema: string): Promise<MDBFrame>;
65 readAllFrames(path: string): Promise<MDBFrames>;
66 createFrame(path: string, schema: SpaceTableSchema): Promise<void>;

Callers 8

framesForSpaceMethod · 0.65
buFunction · 0.65
glFunction · 0.65
XMFunction · 0.65
cFunction · 0.65
dFunction · 0.65
tPeFunction · 0.65
createInlineTableFunction · 0.65

Implementers 1

SpaceManagersrc/core/spaceManager/spaceManager.ts

Calls

no outgoing calls

Tested by

no test coverage detected