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

Method contextForSpace

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

Source from the content-addressed store, hash-verified

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

Callers 5

contextForSpaceMethod · 0.65
S0Function · 0.65
jxFunction · 0.65
UgFunction · 0.65
glFunction · 0.65

Implementers 1

SpaceManagersrc/core/spaceManager/spaceManager.ts

Calls

no outgoing calls

Tested by

no test coverage detected