pub fn select(path: &str, file: &File) -> Result<Vec<Item>, Error>
Expand description
Parse a path, then search a file for all results that exactly match the specified path.
ยงReturns
This function can find multiple items if:
- There is a module and a function of the same name
- The same path is declared multiple times, differing by config flags