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

Method to

src/executor/cursor.rs:2099–2101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2097
2098 impl Related<super::test_related_entity::Entity> for Entity {
2099 fn to() -> RelationDef {
2100 Relation::TestRelatedEntity.def()
2101 }
2102 }
2103
2104 impl ActiveModelBehavior for ActiveModel {}

Callers

nothing calls this directly

Calls 1

defMethod · 0.45

Tested by

no test coverage detected