Options
The repository ID to search for.
Returns
Returns aRepository instance if found, or null/None if the repository doesn’t exist. In Go, FindOne returns (*Repo, error) and uses nil for not found.Find an existing repository by its ID.
Repository instance if found, or null/None if the repository doesn’t exist. In Go, FindOne returns (*Repo, error) and uses nil for not found.