MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / or

Method or

crates/hyperqueue/src/common/parser.rs:61–63  ·  view source on GitHub ↗
(self, other: Self)

Source from the content-addressed store, hash-verified

59 }
60
61 fn or(self, other: Self) -> Self {
62 ErrorTree::or(self.0, other.0).into()
63 }
64}
65
66impl<I, E: Into<anyhow::Error>> FromExternalError<I, E> for ParserError<I> {

Callers 8

p_allocation_requestFunction · 0.80
start_serverFunction · 0.80
overwriteMethod · 0.80
parse_integer_stringFunction · 0.80
command_worker_listFunction · 0.80
send_overview_loopFunction · 0.80

Calls 1

intoMethod · 0.80

Tested by

no test coverage detected