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

Method uriByString

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

Source from the content-addressed store, hash-verified

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>>;
42 keysForCacheType(type: string): string[];

Callers 1

uriToSpaceFragmentSchemaFunction · 0.65

Implementers 1

SpaceManagersrc/core/spaceManager/spaceManager.ts

Calls

no outgoing calls

Tested by

no test coverage detected