[F] getOperationLinks
function getOperationLinks(program, entity): | Map<string, OperationLinkMetadata> | undefinedReturns the collection of OperationLinkMetadata for a given operation, if any, or undefined.
Parameters
| Parameter | Type |
|---|---|
program | Program |
entity | Operation |
Returns
| Map<string, OperationLinkMetadata>
| undefined