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

Method parentPathForPath

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

Source from the content-addressed store, hash-verified

81 readPath(path: string): Promise<string>;
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;

Callers 9

parentPathForPathMethod · 0.65
UfFunction · 0.65
glFunction · 0.65
sFunction · 0.65
constructorMethod · 0.65
resourcePathForPathMethod · 0.65
parentPathMethod · 0.65
sendMethod · 0.65
parentPathMethod · 0.65

Implementers 1

SpaceManagersrc/core/spaceManager/spaceManager.ts

Calls

no outgoing calls

Tested by

no test coverage detected