Function get_referenced_assets

Source
pub async fn get_referenced_assets(
    asset: ResolvedVc<Box<dyn OutputAsset>>,
) -> Result<impl Iterator<Item = ResolvedVc<Box<dyn OutputAsset>>> + Send>
Expand description

Computes the list of all chunk children of a given chunk.