MCPcopy Create free account
hub / github.com/angular/angular / createDictionary

Function createDictionary

packages/core/src/transfer_state.ts:51–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51function createDictionary<T>(): Record<string, T> {
52 // StateKey can be any string, including names of special Object prototype properties.
53 return Object.create(null);
54}
55
56/**
57 * A key value store that is transferred from the application on the server side to the application

Callers 2

TransferStateClass · 0.85
retrieveTransferredStateFunction · 0.85

Calls 1

createMethod · 0.65

Tested by

no test coverage detected