Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
impl<I, E: Into<anyhow::Error>> FromExternalError<I, E> for ParserError<I> {
Callers
8
p_allocation_request
Function · 0.80
start_server
Function · 0.80
command_server_generate_access
Function · 0.80
overwrite
Method · 0.80
parse_individual_resource
Function · 0.80
parse_integer_string
Function · 0.80
command_worker_list
Function · 0.80
send_overview_loop
Function · 0.80
Calls
1
into
Method · 0.80
Tested by
no test coverage detected