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

Method as_sqlx_sqlite_index

src/executor/query.rs:312–314  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

310 #[cfg(feature = "sqlx-sqlite")]
311 #[inline]
312 fn as_sqlx_sqlite_index(&self) -> Self::SqlxSqliteIndex {
313 self
314 }
315
316 #[inline]
317 fn as_str(&self) -> Option<&str> {

Callers 2

try_get_byMethod · 0.80
try_get_from_jsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected