Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ to
Method
to
tests/common/bakery_chain/bakery.rs:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
22
impl Related<super::baker::Entity> for Entity {
23
fn to() -> RelationDef {
24
Relation::Baker.def()
25
}
26
}
27
28
impl Related<super::order::Entity> for Entity {
Callers
nothing calls this directly
Calls
1
def
Method · 0.45
Tested by
no test coverage detected