Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dada-lang/dada
/ error
Function
error
components/dada-debug/src/error.rs:1–3 ·
view source on GitHub ↗
(e: anyhow::Error)
Source
from the content-addressed store, hash-verified
1
pub fn error(e: anyhow::Error) -> String {
2
format!(
"<html><body><h1>Oh geez</h1><p>{e}</p></body></html>"
)
3
}
Callers
15
check_for_duplicates
Function · 0.85
respond_ok_or_500
Function · 0.85
respond_json_or_500
Function · 0.85
codegen_main_fn
Function · 0.85
opt_parse
Method · 0.85
into_diagnostic
Method · 0.85
report_duplicate_keyword
Function · 0.85
clear_accumulated
Method · 0.85
escape_sequence
Method · 0.85
emit_unterminated_string
Method · 0.85
delimited
Method · 0.85
report_not_found
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected