MCPcopy Create free account
hub / github.com/AI45Lab/Code / verification_presets

Method verification_presets

core/src/agent_api.rs:1214–1216  ·  view source on GitHub ↗

Return project-aware verification command presets for this workspace.

(&self)

Source from the content-addressed store, hash-verified

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>> {

Calls 1

presetsMethod · 0.80