Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ prepare_from
Method
prepare_from
src/query/select.rs:185–188 ·
view source on GitHub ↗
(mut self)
Source
from the content-addressed store, hash-verified
183
}
184
185
fn prepare_from(mut self) -> Self {
186
self.query.from(E::default().table_ref());
187
self
188
}
189
}
190
191
impl<E> QueryTrait for Select<E>
Callers
1
new
Method · 0.80
Calls
2
table_ref
Method · 0.80
from
Method · 0.45
Tested by
no test coverage detected