Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ via
Method
via
examples/seaography_example/migration/src/entity/baker.rs:45–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
super::cake_baker::Relation::Cake.def()
44
}
45
fn via() -> Option<RelationDef> {
46
Some(super::cake_baker::Relation::Baker.def().rev())
47
}
48
}
49
50
impl ActiveModelBehavior for ActiveModel {}
Callers
nothing calls this directly
Calls
2
rev
Method · 0.80
def
Method · 0.45
Tested by
no test coverage detected