Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NthTensor/Forte
/ drop
Method
drop
src/unwind.rs:33–36 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
31
32
impl Drop for AbortOnDrop {
33
fn drop(&mut self) {
34
eprintln!(
"Forte: detected unexpected panic; aborting"
);
35
abort();
36
}
37
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected