Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ get
Method
get
examples/rocket_example/api/src/pool.rs:40–42 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
38
}
39
40
async fn get(&self) -> Result<Self::Connection, Self::Error> {
41
Ok(self.conn.clone())
42
}
43
44
// DatabaseConnection automatically closes on drop
45
async fn close(&self) {}
Callers
4
get_flash_cookie
Function · 0.45
start
Function · 0.45
fetchTodos
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected