Return project-aware verification command presets for this workspace.
(&self)
| 1212 | |
| 1213 | /// Return project-aware verification command presets for this workspace. |
| 1214 | pub fn verification_presets(&self) -> Vec<crate::verification::VerificationPreset> { |
| 1215 | VerificationRuntime::from_session(self).presets() |
| 1216 | } |
| 1217 | |
| 1218 | /// Search for files matching a glob pattern. |
| 1219 | pub async fn glob(&self, pattern: &str) -> Result<Vec<String>> { |