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

Method deletePath

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

Source from the content-addressed store, hash-verified

78 copyPath(source: string, destination: string, newName?: string): Promise<string>;
79 getPathInfo(path: string): Promise<Record<string, any>>;
80 deletePath(path: string): void;
81 readPath(path: string): Promise<string>;
82 writeToPath(path: string, content: any, binary?: boolean): Promise<void>;
83 parentPathForPath(path: string): string;

Callers 8

ZbFunction · 0.65
deletePathMethod · 0.65
deleteTemplateMethod · 0.65
glFunction · 0.65
MFunction · 0.65
deleteIconsetMethod · 0.65
onTagDeletedMethod · 0.65
deleteSpaceFilesFunction · 0.65

Implementers 1

SpaceManagersrc/core/spaceManager/spaceManager.ts

Calls

no outgoing calls

Tested by

no test coverage detected