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

Method impossible_result

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

Source from the content-addressed store, hash-verified

225
226impl UrlMatches {
227 fn impossible_result() -> Self {
228 Self {
229 ids: HashSet::new(),
230 impossible_result: true,
231 }
232 }
233
234 fn allow_everything() -> Self {
235 Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected