Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ abort
Method
abort
sea-orm-rocket/lib/src/database.rs:270–272 ·
view source on GitHub ↗
(rocket: &Rocket<Ignite>)
Source
from the content-addressed store, hash-verified
268
269
impl<D: Database> Sentinel for Connection<'_, D> {
270
fn abort(rocket: &Rocket<Ignite>) -> bool {
271
D::fetch(rocket).is_none()
272
}
273
}
Callers
nothing calls this directly
Calls
1
fetch
Function · 0.50
Tested by
no test coverage detected