Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_operations
Function · 0.80
expand_enum_assertion
Function · 0.80
generate_pattern_nodes
Function · 0.80
parse
Method · 0.80
parse_pattern_list
Function · 0.80
tail_operations
Method · 0.80
parse_one_dot_into
Method · 0.80
parse_comma_separated
Method · 0.80
parse_map_entries
Function · 0.80
parse
Method · 0.80
fmt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected