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

Method detect

tests/unit/suggest_install.rs:642–648  ·  view source on GitHub ↗
(
        &self,
        _project_root: &Path,
        _cache: &mut agentsync::skills::detect::ContentCache,
    )

Source from the content-addressed store, hash-verified

640
641impl agentsync::skills::detect::RepoDetector for StaticDetector {
642 fn detect(
643 &self,
644 _project_root: &Path,
645 _cache: &mut agentsync::skills::detect::ContentCache,
646 ) -> Result<Vec<TechnologyDetection>> {
647 Ok(self.detections.clone())
648 }
649}
650
651#[derive(Default)]

Calls

no outgoing calls