MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / via

Method via

sea-orm-codegen/tests/compact/filling.rs:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 super::cake_filling::Relation::Cake.def()
19 }
20 fn via() -> Option<RelationDef> {
21 Some(super::cake_filling::Relation::Filling.def().rev())
22 }
23}
24
25impl ActiveModelBehavior for ActiveModel {}

Callers

nothing calls this directly

Calls 2

revMethod · 0.80
defMethod · 0.45

Tested by

no test coverage detected