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

Method readPathCache

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

Source from the content-addressed store, hash-verified

82 writeToPath(path: string, content: any, binary?: boolean): Promise<void>;
83 parentPathForPath(path: string): string;
84 readPathCache(path: string): Promise<PathCache>;
85 allSpaces(): SpaceInfo[];
86 spaceInfoForPath(path: string): SpaceInfo;
87 spaceDefForSpace(path: string): Promise<SpaceDefinition>;

Callers 5

allCachesMethod · 0.65
readPathCacheMethod · 0.65
glFunction · 0.65
sendMethod · 0.65
reloadSpaceMethod · 0.65

Implementers 1

SpaceManagersrc/core/spaceManager/spaceManager.ts

Calls

no outgoing calls

Tested by

no test coverage detected