MCPcopy
hub / github.com/angular/angular / makeStateKey

Function makeStateKey

packages/core/src/transfer_state.ts:47–49  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

45 * @publicApi
46 */
47export function makeStateKey<T = void>(key: string): StateKey<T> {
48 return key as StateKey<T>;
49}
50
51/**
52 * A key value store that is transferred from the application on the server side to the application

Callers 14

resource_spec.tsFile · 0.90
utils.tsFile · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
constructorMethod · 0.90
makeCacheKeyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…