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

Method getMetadataKeys

packages/forms/signals/src/schema/logic.ts:319–321  ·  view source on GitHub ↗

* Gets an iterable of [metadata key, logic function] pairs. * @returns An iterable of metadata keys.

()

Source from the content-addressed store, hash-verified

317 * @returns An iterable of metadata keys.
318 */
319 getMetadataKeys() {
320 return this.metadata.keys();
321 }
322
323 /**
324 * Retrieves or creates the `AbstractLogic` for a given metadata key.

Callers 3

mergeInMethod · 0.80
_reloadValidationMethod · 0.80

Calls 1

keysMethod · 0.65

Tested by

no test coverage detected