Skip to main content
Version: Latest (0.60.x)

[F] getOverloadedOperation

function getOverloadedOperation(program, operation): Operation | undefined

If the given operation overloads another operation, return that operation.

Parameters

ParameterTypeDescription
programProgramProgram
operationOperationThe operation to check for an overload target.

Returns

Operation | undefined

The operation this operation overloads, if any.