Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/encounter/objdiff
/ gimli_error
Function
gimli_error
objdiff-core/src/obj/dwarf2.rs:107–109 ·
view source on GitHub ↗
(e: gimli::Error, context: &str)
Source
from the content-addressed store, hash-verified
105
106
#[inline]
107
fn gimli_error(e: gimli::Error, context: &str) -> anyhow::Error {
108
anyhow::anyhow!(
"gimli error {context}: {e:?}"
)
109
}
Callers
1
parse_line_info_dwarf2
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected