Documentation Language: Swift

Method

callHelper(_:arguments:)

Call a helper function with arguments.

@MainActor func callHelper(_ name: String, arguments: [(any EcoreValue)?]) async throws -> (any EcoreValue)?

Parameters

name

Helper name

arguments

Helper arguments

Return Value

Helper result

Discussion