MCPcopy Create free account
hub / github.com/emwalker/digraph / allow_everything

Method allow_everything

backend/src/git/search.rs:234–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232 }
233
234 fn allow_everything() -> Self {
235 Self {
236 ids: HashSet::new(),
237 impossible_result: false,
238 }
239 }
240
241 fn test(&self, object: &RepoObject) -> bool {
242 if self.impossible_result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected