[F] getArmIdentifiers
function getArmIdentifiers(program, entity): string[] | undefined;This function returns identifiers using the ‘@identifiers’ decorator
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
program | Program | The program to process. |
entity | Model | ModelProperty | The array model type to check. |
Returns
Section titled “Returns”string[] | undefined
returns list of arm identifiers for the given array model type if any or undefined.