Theia API Documentation v1.71.0
    Preparing search index...
    • Compute graph rows for an ordered list of commits (topological order, newest first). Each commit must supply its own id and parentIds.

      Parameters

      • commits: readonly { id: string; parentIds?: readonly string[] }[]

        Topologically sorted commits (newest → oldest).

      Returns GraphRow[]

      One GraphRow per commit in the same order.