MCPcopy Create free account
hub / github.com/dallay/agentsync / catalog_detector

Function catalog_detector

tests/unit/detect_coverage.rs:6–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4use tempfile::TempDir;
5
6fn catalog_detector() -> CatalogDrivenDetector {
7 let catalog = EmbeddedSkillCatalog::default();
8 CatalogDrivenDetector::new(&catalog).expect("embedded catalog should compile detection rules")
9}
10
11#[test]
12fn test_detect_pyproject_toml_with_poetry_groups() {

Calls

no outgoing calls