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

Function hasOwnControl

packages/forms/src/model/abstract_model.ts:1811–1816  ·  view source on GitHub ↗
(
  controls: {[key: string]: AbstractControl<any>},
  name: string | number | symbol,
)

Source from the content-addressed store, hash-verified

1809}
1810
1811export function hasOwnControl(
1812 controls: {[key: string]: AbstractControl<any>},
1813 name: string | number | symbol,
1814): boolean {
1815 return Object.hasOwn(controls, name);
1816}

Callers 2

_findMethod · 0.90
assertControlPresentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…