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

Method merge

crates/hyperqueue/src/common/parser2.rs:84–89  ·  view source on GitHub ↗
(self, other: Self)

Source from the content-addressed store, hash-verified

82 }
83
84 fn merge(self, other: Self) -> Self {
85 let merged = self.error.merge(*other.error);
86 Self {
87 error: Box::new(merged),
88 }
89 }
90}
91
92// Parsing infrastructure

Callers 2

parse_resource_nameFunction · 0.80
parse_exact_stringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected