Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ init
Method
init
sea-orm-rocket/lib/src/pool.rs:63–65 ·
view source on GitHub ↗
(_figment: &Figment)
Source
from the content-addressed store, hash-verified
61
type Connection = bool;
62
63
async fn init(_figment: &Figment) -> Result<Self, Self::Error> {
64
Ok(MockPool)
65
}
66
67
fn borrow(&self) -> &Self::Connection {
68
&true
Callers
2
run_migrate
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
1
main
Function · 0.36