issue_tree
    Preparing search index...

    Function runRender

    • Execute the render subcommand: load the cache from disk and render it.

      A missing cache file is a hard error (render never scans); a corrupt cache fails with render failed: …. The actual graph build, filtering, and output writing live in renderLoadedGraph, shared with the cache-free path.

      Parameters

      Returns Promise<number>

      the process exit code (0 on success, 1 on a missing/corrupt cache or render error)

      await runRender(cmd, console.log)  // => 0
      

      renderLoadedGraph