@eagleoutice/flowr - v2.15.8
    Preparing search index...

    Class MergedSignatureSource

    union view over multiple sources for the same package; routes queries to the appropriate source

    Implements

    Index
    • The packages exporting name, ordered by downloads (descending, ties by name); answered without a reverse index, since a name the database never stores is rejected outright and only blobs that may hold it are decoded.

      Parameters

      • name: string

      Returns readonly string[]

    • The release date of a package version, undefined if unknown. Omitted, version defaults to the newest release by recorded date (unlike the queries above, which default to the package's recorded latest).

      Parameters

      • pkg: string
      • Optionalversion: string

      Returns Date | undefined

    • Transitive callees of a function within one package version, expanding the stored local call graphs; version defaults to the newest.

      Parameters

      • pkg: string
      • name: string
      • Optionalversion: string

      Returns string[] | undefined