()
| 287 | * @publicApi 22.0 |
| 288 | */ |
| 289 | export function createLimitSelectionKey(): LimitSelectionKey { |
| 290 | return createMetadataKey() as LimitSelectionKey; |
| 291 | } |
| 292 | |
| 293 | /** |
| 294 | * A {@link MetadataKey} representing whether the field is required. |
no test coverage detected
searching dependent graphs…