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

Function styleKeyValueArraySet

packages/core/src/render3/instructions/styling.ts:728–730  ·  view source on GitHub ↗
(keyValueArray: KeyValueArray<any>, key: string, value: any)

Source from the content-addressed store, hash-verified

726 * @param value The value to set.
727 */
728export function styleKeyValueArraySet(keyValueArray: KeyValueArray<any>, key: string, value: any) {
729 keyValueArraySet(keyValueArray, key, unwrapSafeValue(value));
730}
731
732/**
733 * Class-binding-specific function for setting the `value` for a `key`.

Callers 1

styleStringParserFunction · 0.85

Calls 2

keyValueArraySetFunction · 0.90
unwrapSafeValueFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…