Documentation Language: Swift

Method

resolve(_:)

Resolves an object by its identifier across all resources in the set.

func resolve(_ id: EUUID) async -> (object: any EObject, resource: Resource)?

Parameters

id

The unique identifier of the object to resolve.

Return Value

The resolved object and its containing resource, or nil if not found.