MCPcopy 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_cookieFunction · 0.45
startFunction · 0.45
fetchTodosFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected