1 #ifndef __TAN_SRC_ANALYSIS_SCAN_IMPORTS_H__
2 #define __TAN_SRC_ANALYSIS_SCAN_IMPORTS_H__
4 #include "analysis/analysis_action.h"
5 #include "base/container.h"
12 using ScanImportsOutputType = umap<str, uset<str>>;
19 ScanImportsOutputType run_impl(
Package *package);
Scans all dependencies in a package, and return their names and paths to relevant source files.