pub async fn pull_context(
repo: &Repository,
client: &mut HostedGrpcClient,
repo_path: &str,
) -> Result<usize>Expand description
Fetch hosted annotations for the head and reconcile them into the local
Context attachment, rebuilding revision order to match the server.