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

[F] getOverloads

function getOverloads(program, operation): Operation[] | undefined

Get all operations that are marked as overloads of the given operation

Parameters

ParameterTypeDescription
programProgramProgram
operationOperationOperation

Returns

Operation[] | undefined

An array of operations that overload the given operation.