MCPcopy Index your code
hub / github.com/angular/angular / createLimitSelectionKey

Function createLimitSelectionKey

packages/forms/signals/src/api/rules/metadata.ts:289–291  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

metadata.tsFile · 0.85

Calls 1

createMetadataKeyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…