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.
pub async fn get_referenced_assets(
asset: ResolvedVc<Box<dyn OutputAsset>>,
) -> Result<impl Iterator<Item = ResolvedVc<Box<dyn OutputAsset>>> + Send>
Computes the list of all chunk children of a given chunk.