Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ io_error
Function
io_error
libs/error-stack/tests/test_conversion.rs:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
use error_stack::{FrameKind, Report, ResultExt as _};
11
12
fn io_error() -> Result<(), io::Error> {
13
Err(io::Error::from(io::ErrorKind::Other))
14
}
15
16
#[derive(Debug)]
17
struct OuterError {
Callers
3
report
Function · 0.85
into_report
Function · 0.85
returning_boxed_error
Function · 0.85
Calls
2
Err
Interface · 0.85
from
Function · 0.50
Tested by
no test coverage detected