Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ TestError
Class
TestError
libs/error-stack/src/sink.rs:403–403 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
401
402
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
403
struct TestError(u8);
404
405
impl Display for TestError {
406
fn fmt(&self, fmt: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
Callers
9
add_single
Function · 0.70
add_multiple
Function · 0.70
capture_single
Function · 0.70
capture_multiple
Function · 0.70
sink
Function · 0.70
finish
Function · 0.70
finish_with
Function · 0.70
finish_default
Function · 0.70
finish_with_value
Function · 0.70
Calls
no outgoing calls
Tested by
8
add_single
Function · 0.56
add_multiple
Function · 0.56
capture_single
Function · 0.56
capture_multiple
Function · 0.56
finish
Function · 0.56
finish_with
Function · 0.56
finish_default
Function · 0.56
finish_with_value
Function · 0.56