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

Function makeKeyValuePair

packages/common/src/pipes/keyvalue_pipe.ts:19–21  ·  view source on GitHub ↗
(key: K, value: V)

Source from the content-addressed store, hash-verified

17import {warnIfSignal} from './utils';
18
19function makeKeyValuePair<K, V>(key: K, value: V): KeyValue<K, V> {
20 return {key: key, value: value};
21}
22
23/**
24 * A key value pair.

Callers 1

transformMethod · 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…