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