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

Method resolvePath

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

Source from the content-addressed store, hash-verified

36 onSpaceDeleted(path: string): Promise<void>;
37 onPathPropertyChanged(path: string): Promise<void>;
38 resolvePath(path: string, source?: string): string;
39 uriByString(uri: string, source?: string): URI;
40 spaceTypeByString(uri: URI): SpaceType;
41 allCaches(): Promise<Map<string, PathCache>>;

Callers

nothing calls this directly

Implementers 1

SpaceManagersrc/core/spaceManager/spaceManager.ts

Calls

no outgoing calls

Tested by

no test coverage detected