Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ to
Method
to
tests/common/bakery_chain/cake.rs:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
31
impl Related<super::bakery::Entity> for Entity {
32
fn to() -> RelationDef {
33
Relation::Bakery.def()
34
}
35
}
36
37
impl Related<super::baker::Entity> for Entity {
Callers
7
find_baker_least_sales
Function · 0.45
create_bakery_table
Function · 0.45
create_baker_table
Function · 0.45
create_order_table
Function · 0.45
create_lineitem_table
Function · 0.45
create_cakes_bakers_table
Function · 0.45
create_cake_table
Function · 0.45
Calls
1
def
Method · 0.45
Tested by
1
find_baker_least_sales
Function · 0.36