KC's Workspace
    Preparing search index...
    Index
    mediaToPath: Map<FileId, NormalizedPath>
    mediaToReflection: Map<FileId, ReflectionId>
    names: Map<FileId, string>
    nameUsage: Map<string, number>
    nextId: number
    pathToMedia: Map<NormalizedPath, FileId>
    reflectionToPath: Map<ReflectionId, NormalizedPath>
    • Returns ReadonlyMap<string, string>

    • Registers the specified path as a path which should be resolved to the specified reflection. A reflection may be associated with multiple paths.

      Parameters

      Returns void