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

Method keyOf

packages/compiler/src/constant_pool.ts:227–227  ·  view source on GitHub ↗
(expr: o.Expression)

Source from the content-addressed store, hash-verified

225
226export interface ExpressionKeyFn {
227 keyOf(expr: o.Expression): string;
228}
229
230export interface SharedConstantDefinition extends ExpressionKeyFn {

Callers 3

getConstLiteralMethod · 0.65
getSharedConstantMethod · 0.65
keyOfMethod · 0.65

Implementers 2

GenericKeyFnpackages/compiler/src/constant_pool.ts
PureFunctionConstantpackages/compiler/src/template/pipelin

Calls

no outgoing calls

Tested by

no test coverage detected