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

Method pathExists

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

Source from the content-addressed store, hash-verified

41 allCaches(): Promise<Map<string, PathCache>>;
42 keysForCacheType(type: string): string[];
43 pathExists(path: string): Promise<boolean>;
44 addSpaceAdapter(spaceAdapter: SpaceAdapter, primary?: boolean): void;
45 adapterForPath(path: string): SpaceAdapter;
46 createSpace(name: string, parentPath: string, definition: SpaceDefinition): void;

Callers

nothing calls this directly

Implementers 1

SpaceManagersrc/core/spaceManager/spaceManager.ts

Calls

no outgoing calls

Tested by

no test coverage detected