Method
createEReference(from:)
Create an EReference from a DynamicEObject with full cross-reference resolution.
func createEReference(from object: any EObject) async throws -> EReference
Parameters
object-
The DynamicEObject representing an EReference.
Return Value
A fully constructed EReference with type resolved.
Discussion
This method constructs an EReference by resolving type references through UUID-based cross-references when necessary.