pub async fn pull_discussions(
repo: &Repository,
client: &mut HostedGrpcClient,
repo_path: &str,
) -> Result<usize>Expand description
Fetch hosted discussions for the repository head and materialize any turns we do not already hold. Saves the mirror after each discussion and continues past a per-discussion failure.