[F] isExactClientName
function isExactClientName(context, type): boolean;Check whether a type has an exact client name override (set via exact() function).
When true, language emitters should use the name as-is without applying casing transformations.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
context | TCGCContext | The SDK context |
type | Type & object | The type to check |
Returns
Section titled “Returns”boolean
true if the client name was marked with exact()