[][src]Function ipld_block_builder::gc::recursive_references

pub async fn recursive_references<TStore>(
    store: &'_ TStore,
    roots: HashSet<CidGeneric<Codec, Code>, RandomState>
) -> Result<HashSet<CidGeneric<Codec, Code>, RandomState>, Error> where
    TStore: ReadonlyStore

Returns the recursive references of an ipld block.