You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We seem to be recalculating graph everytime we query api/v2/analysis/root-component (or dep)
in modules/analysis/src/service/load.rs#219:
ifself.graph.read().contains_key(distinct_sbom_id){// early return if we already loaded it
log::warn!("we should return early if this graph is contained in hashmap")return;}
we never get log warning.
The text was updated successfully, but these errors were encountered:
We seem to be recalculating graph everytime we query api/v2/analysis/root-component (or dep)
in
modules/analysis/src/service/load.rs#219
:we never get log warning.
The text was updated successfully, but these errors were encountered: