Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ TestError
Class
TestError
libs/error-stack/src/ext/tuple.rs:134–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
133
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
134
struct TestError(usize);
135
136
impl Display for TestError {
137
fn fmt(&self, fmt: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
Callers
4
single_error
Function · 0.70
expanded_error
Function · 0.70
single_and_expanded_mixed
Function · 0.70
multiple_errors
Function · 0.70
Calls
no outgoing calls
Tested by
4
single_error
Function · 0.56
expanded_error
Function · 0.56
single_and_expanded_mixed
Function · 0.56
multiple_errors
Function · 0.56