MCPcopy Index your code
hub / github.com/emwalker/digraph / Downset

Interface Downset

backend/src/types.rs:349–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349pub trait Downset {
350 fn intersection(&self, topic_ids: &[TopicPath]) -> Result<HashSet<ExternalId>>;
351
352 fn downset(&self, path: &TopicPath) -> HashSet<ExternalId>;
353}
354
355#[derive(Clone, Debug, Deserialize, Eq, PartialEq, Serialize)]
356#[serde(rename_all = "camelCase")]

Callers

nothing calls this directly

Implementers 2

search.rsbackend/src/git/search.rs
search.rsbackend/tests/git/search.rs

Calls

no outgoing calls

Tested by

no test coverage detected