[F] getReturnTypeVisibility
function getReturnTypeVisibility(program, entity): string[] | undefined
Returns the visibilities of the return type of the given operation, if provided with @returnTypeVisibility
.
Parameters
Parameter | Type |
---|---|
program | Program |
entity | Operation |
Returns
string
[] | undefined
Deprecated
Use getReturnTypeVisibilityFilter
instead.