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

Method link

src/tests_cfg/entity_linked.rs:12–17  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

10 type ToEntity = super::filling::Entity;
11
12 fn link(&self) -> Vec<RelationDef> {
13 vec![
14 super::cake_filling::Relation::Cake.def().rev(),
15 super::cake_filling::Relation::Filling.def(),
16 ]
17 }
18}
19
20#[derive(Debug)]

Callers 5

find_also_linkedMethod · 0.45
find_with_linkedMethod · 0.45
find_linkedMethod · 0.45
find_linked_recursiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected