MCPcopy 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
50impl ActiveModelBehavior for ActiveModel {}

Callers

nothing calls this directly

Calls 2

revMethod · 0.80
defMethod · 0.45

Tested by

no test coverage detected