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

Method spaceDefForSpace

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

Source from the content-addressed store, hash-verified

85 allSpaces(): SpaceInfo[];
86 spaceInfoForPath(path: string): SpaceInfo;
87 spaceDefForSpace(path: string): Promise<SpaceDefinition>;
88 readLabel(path: string): Promise<PathLabel>;
89 saveLabel(path: string, key: string, value: any): void;
90 addProperty(path: string, property: SpaceProperty): void;

Callers 5

spaceDefForSpaceMethod · 0.65
saveSpaceMethod · 0.65
addTagMethod · 0.65
glFunction · 0.65
reloadSpaceMethod · 0.65

Implementers 1

SpaceManagersrc/core/spaceManager/spaceManager.ts

Calls

no outgoing calls

Tested by

no test coverage detected