add comment

This commit is contained in:
Felix Ableitner 2024-09-13 11:04:29 +02:00
parent 4b94af9ea0
commit f5f455a9fb

View file

@ -146,6 +146,10 @@ where
Object::read_from_id(*id, data).await
}
/// Fetch object from origin instance over HTTP, then verify and parse it.
///
/// Uses Box::pin to wrap futures to reduce stack size and avoid stack overflow when
/// when fetching objects recursively.
async fn dereference_from_http(
&self,
data: &Data<<Kind as Object>::DataType>,