I'm looking at _assetGraph.computeOutputs, and I see it's only used in this line:
|
(_assetGraph.computeOutputs()[node.id] ?? <AssetId>{}).any( |
Does computeOutputs() need to be run for all nodes?
Do you think populating only the accessed nodes would be faster?
Best regards.