MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / into_inner

Method into_inner

sea-orm-rocket/lib/src/database.rs:209–211  ·  view source on GitHub ↗

Returns the internal connection value. See the [`Connection` Deref column](crate#supported-drivers) for the expected type of this value.

(self)

Source from the content-addressed store, hash-verified

207 /// Returns the internal connection value. See the [`Connection` Deref
208 /// column](crate#supported-drivers) for the expected type of this value.
209 pub fn into_inner(self) -> &'a <D::Pool as Pool>::Connection {
210 self.0
211 }
212}
213
214#[cfg(feature = "rocket_okapi")]

Callers 15

mainFunction · 0.80
get_postsMethod · 0.80
add_postMethod · 0.80
update_postMethod · 0.80
delete_postMethod · 0.80
get_post_by_idMethod · 0.80
graphql_handlerFunction · 0.80
createFunction · 0.80
updateFunction · 0.80
listFunction · 0.80
get_by_idFunction · 0.80
deleteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected