[F] isCookieParam
function isCookieParam(program, entity): boolean;
Check whether the given entity is a cookie parameter.
Parameters
Section titled “Parameters”Parameter | Type | Description |
---|---|---|
program | Program | |
entity | Type |
Returns
Section titled “Returns”boolean
True if the entity is a cookie parameter, false otherwise.