MCPcopy Index your code
hub / github.com/carllerche/assert-struct / is_empty

Method is_empty

assert-struct/src/error.rs:256–258  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

254 }
255
256 pub fn is_empty(&self) -> bool {
257 self.errors.is_empty()
258 }
259
260 pub fn push(
261 &mut self,

Callers 11

apply_field_operationsFunction · 0.80
expand_enum_assertionFunction · 0.80
generate_pattern_nodesFunction · 0.80
parseMethod · 0.80
parse_pattern_listFunction · 0.80
tail_operationsMethod · 0.80
parse_one_dot_intoMethod · 0.80
parse_comma_separatedMethod · 0.80
parse_map_entriesFunction · 0.80
parseMethod · 0.80
fmtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected