pub async fn get_deprecated_netstack2_inspect_data(
diagnostics_dir: &DirectoryProxy,
subdir: &str,
selectors: impl IntoIterator<Item = Selector>,
) -> DiagnosticsHierarchy
Expand description
Read an Inspect hierarchy and filter it down to properties of interest from the diagnostics
directory of Netstack2. For any other component, please use get_inspect_data
, this function
doesn’t apply to any other component and won’t work.