scan_workspace

Function scan_workspace 

Source
pub async fn scan_workspace(root: PathBuf) -> Result<Vec<PathBuf>, Error>
Expand description

Scans current directory, looks for /contracts or /src folder and searches them too if they exist. Returns a Vec of PathBufs to any Vyper contract found.