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

Method append

crates/hyperqueue/src/common/parser.rs:53–55  ·  view source on GitHub ↗
(input: I, error: ErrorKind, other: Self)

Source from the content-addressed store, hash-verified

51 }
52
53 fn append(input: I, error: ErrorKind, other: Self) -> Self {
54 ErrorTree::append(input, error, other.0).into()
55 }
56
57 fn from_char(input: I, c: char) -> Self {
58 ErrorTree::from_char(input, c).into()

Callers 15

on_filesFunction · 0.80
test_job_priorityFunction · 0.80
get_replayed_eventsFunction · 0.80
read_eventsFunction · 0.80
start_processMethod · 0.80
server_argsMethod · 0.80
start_workersMethod · 0.80

Calls 1

intoMethod · 0.80

Tested by 13

test_job_priorityFunction · 0.64
get_replayed_eventsFunction · 0.64
read_eventsFunction · 0.64
start_processMethod · 0.64
server_argsMethod · 0.64
start_workersMethod · 0.64
start_workerMethod · 0.64